Lines Matching refs:BENCHMARK
71 BENCHMARK(BM_basic);
101 BENCHMARK(BM_bytes_per_second);
133 BENCHMARK(BM_items_per_second);
162 BENCHMARK(BM_label);
190 BENCHMARK(BM_time_label_nanosecond)->Unit(benchmark::kNanosecond);
213 BENCHMARK(BM_time_label_microsecond)->Unit(benchmark::kMicrosecond);
236 BENCHMARK(BM_time_label_millisecond)->Unit(benchmark::kMillisecond);
259 BENCHMARK(BM_time_label_second)->Unit(benchmark::kSecond);
286 BENCHMARK(BM_error);
310 BENCHMARK(BM_no_arg_name)->Arg(3);
330 BENCHMARK(BM_arg_name)->ArgName("first")->Arg(3);
350 BENCHMARK(BM_arg_names)->Args({2, 5, 4})->ArgNames({"first", "", "third"});
372 BENCHMARK(BM_name)->Name("BM_custom_name");
398 BENCHMARK(BM_BigArgs)->RangeMultiplier(2)->Range(1U << 30U, 1U << 31U);
414 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity(benchmark::o1);
430 BENCHMARK(BM_Repeat)->Repetitions(2);
489 BENCHMARK(BM_Repeat)->Repetitions(3);
558 BENCHMARK(BM_Repeat)->Repetitions(4);
643 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly();
660 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
711 BENCHMARK(BM_SummaryDisplay)->Repetitions(2)->DisplayAggregatesOnly();
761 BENCHMARK(BM_RepeatTimeUnit)
827 BENCHMARK(BM_UserStats)
958 BENCHMARK(BM_UserPercentStats)
1102 BENCHMARK(BM_JSON_Format);
1123 BENCHMARK(BM_CSV_Format);