Lines Matching refs:benchmark
25 void BM_Counters_Simple(benchmark::State& state) { in BM_Counters_Simple()
67 void BM_Counters_WithBytesAndItemsPSec(benchmark::State& state) { in BM_Counters_WithBytesAndItemsPSec()
70 benchmark::DoNotOptimize(state.iterations()); in BM_Counters_WithBytesAndItemsPSec()
118 void BM_Counters_Rate(benchmark::State& state) { in BM_Counters_Rate()
121 benchmark::DoNotOptimize(state.iterations()); in BM_Counters_Rate()
123 namespace bm = benchmark; in BM_Counters_Rate()
161 void BM_Invert(benchmark::State& state) { in BM_Invert()
164 benchmark::DoNotOptimize(state.iterations()); in BM_Invert()
166 namespace bm = benchmark; in BM_Invert()
202 void BM_Counters_InvertedRate(benchmark::State& state) { in BM_Counters_InvertedRate()
205 benchmark::DoNotOptimize(state.iterations()); in BM_Counters_InvertedRate()
207 namespace bm = benchmark; in BM_Counters_InvertedRate()
248 void BM_Counters_Threads(benchmark::State& state) { in BM_Counters_Threads()
288 void BM_Counters_AvgThreads(benchmark::State& state) { in BM_Counters_AvgThreads()
291 namespace bm = benchmark; in BM_Counters_AvgThreads()
330 void BM_Counters_AvgThreadsRate(benchmark::State& state) { in BM_Counters_AvgThreadsRate()
333 benchmark::DoNotOptimize(state.iterations()); in BM_Counters_AvgThreadsRate()
335 namespace bm = benchmark; in BM_Counters_AvgThreadsRate()
374 void BM_Counters_IterationInvariant(benchmark::State& state) { in BM_Counters_IterationInvariant()
377 namespace bm = benchmark; in BM_Counters_IterationInvariant()
417 void BM_Counters_kIsIterationInvariantRate(benchmark::State& state) { in BM_Counters_kIsIterationInvariantRate()
420 benchmark::DoNotOptimize(state.iterations()); in BM_Counters_kIsIterationInvariantRate()
422 namespace bm = benchmark; in BM_Counters_kIsIterationInvariantRate()
466 void BM_Counters_AvgIterations(benchmark::State& state) { in BM_Counters_AvgIterations()
469 namespace bm = benchmark; in BM_Counters_AvgIterations()
508 void BM_Counters_kAvgIterationsRate(benchmark::State& state) { in BM_Counters_kAvgIterationsRate()
511 benchmark::DoNotOptimize(state.iterations()); in BM_Counters_kAvgIterationsRate()
513 namespace bm = benchmark; in BM_Counters_kAvgIterationsRate()