Lines Matching refs:BENCHMARK
71 BENCHMARK(BM_basic);
93 BENCHMARK(BM_bytes_per_second);
117 BENCHMARK(BM_items_per_second);
141 BENCHMARK(BM_label);
165 BENCHMARK(BM_error);
184 BENCHMARK(BM_no_arg_name)->Arg(3);
199 BENCHMARK(BM_arg_name)->ArgName("first")->Arg(3);
214 BENCHMARK(BM_arg_names)->Args({2, 5, 4})->ArgNames({"first", "", "third"});
231 BENCHMARK(BM_BigArgs)->RangeMultiplier(2)->Range(1U << 30U, 1U << 31U);
244 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity(benchmark::o1);
260 BENCHMARK(BM_Repeat)->Repetitions(2);
294 BENCHMARK(BM_Repeat)->Repetitions(3);
333 BENCHMARK(BM_Repeat)->Repetitions(4);
383 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly();
395 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
431 BENCHMARK(BM_SummaryDisplay)->Repetitions(2)->DisplayAggregatesOnly();
466 BENCHMARK(BM_RepeatTimeUnit)
517 BENCHMARK(BM_UserStats)