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

/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Duser_counters_test.cc331 void BM_Counters_AvgIterations(benchmark::State& state) { function
338 BENCHMARK(BM_Counters_AvgIterations); variable
339 ADD_CASES(TC_ConsoleOut, {{"^BM_Counters_AvgIterations %console_report "
342 {{"\"name\": \"BM_Counters_AvgIterations\",$"},
343 {"\"run_name\": \"BM_Counters_AvgIterations\",$", MR_Next},
353 {{"^\"BM_Counters_AvgIterations\",%csv_report,%float,%float$"}});
362 CHECK_BENCHMARK_RESULTS("BM_Counters_AvgIterations", &CheckAvgIterations);

Completed in 109 milliseconds