Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dbenchmark_runner.cc153 const bool is_the_first_repetition = repetition_num == 0; in BenchmarkRunner() local
279 void DoOneRepetition(bool is_the_first_repetition) { in DoOneRepetition()