Home
last modified time | relevance | path

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

/third_party/benchmark/test/
H A Dcxx03_test.cc15 void BM_empty(benchmark::State& state) { in BM_empty() function
21 BENCHMARK(BM_empty); variable
35 BM_empty(state); in BM_template2()
41 BM_empty(state); in BM_template1()
50 BM_empty(state); in BENCHMARK_TEMPLATE_F()
53 BM_empty(state); in BENCHMARK_TEMPLATE1_F()
57 BM_empty(state); in BM_counters()
H A Dlink_main_test.cc3 void BM_empty(benchmark::State& state) { in BM_empty() function
9 BENCHMARK(BM_empty); variable
H A Dmemory_manager_test.cc15 void BM_empty(benchmark::State& state) { in BM_empty() function
21 BENCHMARK(BM_empty); variable
23 ADD_CASES(TC_ConsoleOut, {{"^BM_empty %console_report$"}});
24 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_empty\",$"},
27 {"\"run_name\": \"BM_empty\",$", MR_Next},
39 ADD_CASES(TC_CSVOut, {{"^\"BM_empty\",%csv_report$"}});
H A Dbasic_test.cc6 void BM_empty(benchmark::State& state) { in BM_empty() function
12 BENCHMARK(BM_empty); variable
13 BENCHMARK(BM_empty)->ThreadPerCpu();

Completed in 1 milliseconds