Searched refs:BM_empty (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Dlink_main_test.cc3 void BM_empty(benchmark::State& state) { function
8 BENCHMARK(BM_empty); variable
H A Dcxx03_test.cc15 void BM_empty(benchmark::State& state) { function
21 BENCHMARK(BM_empty); variable
35 BM_empty(state);
41 BM_empty(state);
51 BM_empty(state);
54 BM_empty(state);
58 BM_empty(state);
H A Dbasic_test.cc6 void BM_empty(benchmark::State& state) { function
11 BENCHMARK(BM_empty); variable
12 BENCHMARK(BM_empty)->ThreadPerCpu();
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dlink_main_test.cc3 void BM_empty(benchmark::State& state) { function
8 BENCHMARK(BM_empty); variable
H A Dcxx03_test.cc15 void BM_empty(benchmark::State& state) { function
21 BENCHMARK(BM_empty); variable
35 BM_empty(state);
41 BM_empty(state);
51 BM_empty(state);
54 BM_empty(state);
58 BM_empty(state);
H A Dmemory_manager_test.cc15 void BM_empty(benchmark::State& state) { function
20 BENCHMARK(BM_empty); variable
22 ADD_CASES(TC_ConsoleOut, {{"^BM_empty %console_report$"}});
23 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_empty\",$"},
24 {"\"run_name\": \"BM_empty\",$", MR_Next},
33 ADD_CASES(TC_CSVOut, {{"^\"BM_empty\",%csv_report$"}});
H A Dbasic_test.cc6 void BM_empty(benchmark::State& state) { function
11 BENCHMARK(BM_empty); variable
12 BENCHMARK(BM_empty)->ThreadPerCpu();

Completed in 197 milliseconds