Lines Matching refs:BENCHMARK
71 BENCHMARK(BM_basic);
100 BENCHMARK(BM_bytes_per_second);
131 BENCHMARK(BM_items_per_second);
160 BENCHMARK(BM_label);
188 BENCHMARK(BM_time_label_nanosecond)->Unit(benchmark::kNanosecond);
211 BENCHMARK(BM_time_label_microsecond)->Unit(benchmark::kMicrosecond);
234 BENCHMARK(BM_time_label_millisecond)->Unit(benchmark::kMillisecond);
257 BENCHMARK(BM_time_label_second)->Unit(benchmark::kSecond);
284 BENCHMARK(BM_error);
308 BENCHMARK(BM_no_arg_name)->Arg(3);
328 BENCHMARK(BM_arg_name)->ArgName("first")->Arg(3);
348 BENCHMARK(BM_arg_names)->Args({2, 5, 4})->ArgNames({"first", "", "third"});
370 BENCHMARK(BM_name)->Name("BM_custom_name");
396 BENCHMARK(BM_BigArgs)->RangeMultiplier(2)->Range(1U << 30U, 1U << 31U);
411 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity(benchmark::o1);
427 BENCHMARK(BM_Repeat)->Repetitions(2);
486 BENCHMARK(BM_Repeat)->Repetitions(3);
555 BENCHMARK(BM_Repeat)->Repetitions(4);
640 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly();
657 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
708 BENCHMARK(BM_SummaryDisplay)->Repetitions(2)->DisplayAggregatesOnly();
758 BENCHMARK(BM_RepeatTimeUnit)
824 BENCHMARK(BM_UserStats)
955 BENCHMARK(BM_UserPercentStats)
1099 BENCHMARK(BM_JSON_Format);
1120 BENCHMARK(BM_CSV_Format);