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

/external/google-benchmark/test/
H A Dreporter_output_test.cc181 void BM_Repeat(benchmark::State& state) { function
185 BENCHMARK(BM_Repeat)->Repetitions(3);
186 ADD_CASES(TC_ConsoleOut, {{"^BM_Repeat/repeats:3 %console_report$"},
187 {"^BM_Repeat/repeats:3 %console_report$"},
188 {"^BM_Repeat/repeats:3 %console_report$"},
189 {"^BM_Repeat/repeats:3_mean %console_report$"},
190 {"^BM_Repeat/repeats:3_stddev %console_report$"}});
191 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_Repeat/repeats:3\",$"},
192 {"\"name\": \"BM_Repeat/repeats:3\",$"},
193 {"\"name\": \"BM_Repeat/repeat
[all...]
/external/libcxx/utils/google-benchmark/test/
H A Dreporter_output_test.cc181 void BM_Repeat(benchmark::State& state) { function
185 BENCHMARK(BM_Repeat)->Repetitions(3);
186 ADD_CASES(TC_ConsoleOut, {{"^BM_Repeat/repeats:3 %console_report$"},
187 {"^BM_Repeat/repeats:3 %console_report$"},
188 {"^BM_Repeat/repeats:3 %console_report$"},
189 {"^BM_Repeat/repeats:3_mean %console_report$"},
190 {"^BM_Repeat/repeats:3_stddev %console_report$"}});
191 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_Repeat/repeats:3\",$"},
192 {"\"name\": \"BM_Repeat/repeats:3\",$"},
193 {"\"name\": \"BM_Repeat/repeat
[all...]

Completed in 221 milliseconds