Lines Matching refs:benchmark
29 auto const& Caches = benchmark::CPUInfo::Get().caches; in AddContextCases()
57 void BM_basic(benchmark::State& state) { in BM_basic()
76 void BM_bytes_per_second(benchmark::State& state) { in BM_bytes_per_second()
98 void BM_items_per_second(benchmark::State& state) { in BM_items_per_second()
120 void BM_label(benchmark::State& state) { in BM_label()
142 void BM_error(benchmark::State& state) { in BM_error()
160 void BM_no_arg_name(benchmark::State& state) { in BM_no_arg_name()
173 void BM_arg_name(benchmark::State& state) { in BM_arg_name()
186 void BM_arg_names(benchmark::State& state) { in BM_arg_names()
200 void BM_Complexity_O1(benchmark::State& state) { in BM_Complexity_O1()
205 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity(benchmark::o1);
216 void BM_Repeat(benchmark::State& state) { in BM_Repeat()
283 void BM_RepeatOnce(benchmark::State& state) { in BM_RepeatOnce()
293 void BM_SummaryRepeat(benchmark::State& state) { in BM_SummaryRepeat()
312 void BM_RepeatTimeUnit(benchmark::State& state) { in BM_RepeatTimeUnit()
319 ->Unit(benchmark::kMicrosecond);
345 void BM_UserStats(benchmark::State& state) { in BM_UserStats()