HomeSort by relevance Sort by last modified time
    Searched refs:is_the_first_repetition (Results 1 - 2 of 2) sorted by null

  /external/google-benchmark/src/
benchmark_runner.cc 153 const bool is_the_first_repetition = repetition_num == 0; local
154 DoOneRepetition(is_the_first_repetition);
279 void DoOneRepetition(bool is_the_first_repetition) {
296 const bool results_are_significant = !is_the_first_repetition ||
  /external/libcxx/utils/google-benchmark/src/
benchmark_runner.cc 153 const bool is_the_first_repetition = repetition_num == 0; local
154 DoOneRepetition(is_the_first_repetition);
279 void DoOneRepetition(bool is_the_first_repetition) {
296 const bool results_are_significant = !is_the_first_repetition ||

Completed in 2213 milliseconds