Home
last modified time | relevance | path

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

/third_party/benchmark/test/
H A Duser_counters_test.cc25 void BM_Counters_Simple(benchmark::State& state) { in BM_Counters_Simple() 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\",$"},
37 {"\"run_name\": \"BM_Counters_Simple\",$", MR_Next},
49 ADD_CASES(TC_CSVOut, {{"^\"BM_Counters_Simple\",%csv_report,%float,%float$"}});
58 CHECK_BENCHMARK_RESULTS("BM_Counters_Simple", &CheckSimple);

Completed in 2 milliseconds