Searched refs:BM_Counters_Simple (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Duser_counters_test.cc21 void BM_Counters_Simple(benchmark::State& state) { function
27 BENCHMARK(BM_Counters_Simple); variable
28 ADD_CASES(TC_ConsoleOut, {{"^BM_Counters_Simple %console_report bar=%hrfloat foo=%hrfloat$"}});
29 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_Counters_Simple\",$"},
37 ADD_CASES(TC_CSVOut, {{"^\"BM_Counters_Simple\",%csv_report,%float,%float$"}});
46 CHECK_BENCHMARK_RESULTS("BM_Counters_Simple", &CheckSimple);
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Duser_counters_test.cc25 void BM_Counters_Simple(benchmark::State& state) { function
31 BENCHMARK(BM_Counters_Simple); variable
33 {{"^BM_Counters_Simple %console_report bar=%hrfloat foo=%hrfloat$"}});
34 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_Counters_Simple\",$"},
35 {"\"run_name\": \"BM_Counters_Simple\",$", MR_Next},
44 ADD_CASES(TC_CSVOut, {{"^\"BM_Counters_Simple\",%csv_report,%float,%float$"}});
53 CHECK_BENCHMARK_RESULTS("BM_Counters_Simple", &CheckSimple);

Completed in 103 milliseconds