Home
last modified time | relevance | path

Searched refs:is_the_first_repetition (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/utils/google-benchmark/src/
Dbenchmark_runner.cc153 const bool is_the_first_repetition = repetition_num == 0; in BenchmarkRunner() local
154 DoOneRepetition(is_the_first_repetition); in BenchmarkRunner()
279 void DoOneRepetition(bool is_the_first_repetition) { in DoOneRepetition() argument
296 const bool results_are_significant = !is_the_first_repetition || in DoOneRepetition()
/external/google-benchmark/src/
Dbenchmark_runner.cc153 const bool is_the_first_repetition = repetition_num == 0; in BenchmarkRunner() local
154 DoOneRepetition(is_the_first_repetition); in BenchmarkRunner()
279 void DoOneRepetition(bool is_the_first_repetition) { in DoOneRepetition() argument
296 const bool results_are_significant = !is_the_first_repetition || in DoOneRepetition()