grpc
third_party
benchmark
test
link_main_test.cc
Go to the documentation of this file.
1
#include "benchmark/benchmark.h"
2
3
void
BM_empty
(
benchmark::State
&
state
) {
4
for
(
auto
_
:
state
) {
5
benchmark::DoNotOptimize
(
state
.iterations());
6
}
7
}
8
BENCHMARK
(
BM_empty
);
BM_empty
void BM_empty(benchmark::State &state)
Definition:
link_main_test.cc:3
benchmark::DoNotOptimize
BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const &value)
Definition:
benchmark/include/benchmark/benchmark.h:375
gmock_output_test._
_
Definition:
bloaty/third_party/googletest/googlemock/test/gmock_output_test.py:175
benchmark::State
Definition:
benchmark/include/benchmark/benchmark.h:503
state
Definition:
bloaty/third_party/zlib/contrib/blast/blast.c:41
BENCHMARK
BENCHMARK(BM_empty)
grpc
Author(s):
autogenerated on Fri May 16 2025 02:59:15