Searched refs:BenchmarkArgs (Results 1 – 4 of 4) sorted by relevance
38 void BenchmarkArgs(benchmark::internal::Benchmark* b) { in BenchmarkArgs() function62 BENCHMARK_TEMPLATE(BM_SetInsert, FlatSet<int>)->Apply(BenchmarkArgs);63 BENCHMARK_TEMPLATE(BM_SetInsert, std::set<int>)->Apply(BenchmarkArgs);64 BENCHMARK_TEMPLATE(BM_SetInsert, std::unordered_set<int>)->Apply(BenchmarkArgs);
33 void BenchmarkArgs(benchmark::internal::Benchmark* b) { in BenchmarkArgs() function117 BENCHMARK(BM_KallSymsFind)->Apply(BenchmarkArgs);145 BENCHMARK(BM_KallSymsLoad)->Apply(BenchmarkArgs);
35 void BenchmarkArgs(benchmark::internal::Benchmark* b) { in BenchmarkArgs() function95 BENCHMARK(BM_QueryResultSerializer_Mixed)->Apply(BenchmarkArgs);96 BENCHMARK(BM_QueryResultSerializer_Strings)->Apply(BenchmarkArgs);
49 void BenchmarkArgs(benchmark::internal::Benchmark* b) { in BenchmarkArgs() function237 BENCHMARK(BM_SqliteStepAndResult)->Apply(BenchmarkArgs);