Macros
abseil-cpp/absl/container/inlined_vector_benchmark.cc File Reference
#include <array>
#include <string>
#include <vector>
#include "benchmark/benchmark.h"
#include "absl/base/internal/raw_logging.h"
#include "absl/base/macros.h"
#include "absl/container/inlined_vector.h"
#include "absl/strings/str_cat.h"
Include dependency graph for abseil-cpp/absl/container/inlined_vector_benchmark.cc:

Go to the source code of this file.

Macros

#define ABSL_INTERNAL_BENCHMARK_ONE_SIZE(BM_FunctionTemplate, T)
 
#define ABSL_INTERNAL_BENCHMARK_TWO_SIZE(BM_FunctionTemplate, T)
 

Macro Definition Documentation

◆ ABSL_INTERNAL_BENCHMARK_ONE_SIZE

#define ABSL_INTERNAL_BENCHMARK_ONE_SIZE (   BM_FunctionTemplate,
  T 
)
Value:
BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kLargeSize); \
BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kSmallSize)

Definition at line 385 of file abseil-cpp/absl/container/inlined_vector_benchmark.cc.

◆ ABSL_INTERNAL_BENCHMARK_TWO_SIZE

#define ABSL_INTERNAL_BENCHMARK_TWO_SIZE (   BM_FunctionTemplate,
  T 
)
Value:
BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kLargeSize, kLargeSize); \
BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kLargeSize, kSmallSize); \
BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kSmallSize, kLargeSize); \
BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kSmallSize, kSmallSize)

Definition at line 389 of file abseil-cpp/absl/container/inlined_vector_benchmark.cc.

T
#define T(upbtypeconst, upbtype, ctype, default_value)
BENCHMARK_TEMPLATE
#define BENCHMARK_TEMPLATE(n, a)
Definition: benchmark/include/benchmark/benchmark.h:1231


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:20