Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dbenchmark_runner.cc62 static const size_t kMaxIterations = 1000000000; variable
260 const size_t next_iters = std::min(max_next_iters, kMaxIterations); in PredictNumItersNeeded()
271 i.iters >= kMaxIterations || // Too many iterations already. in ShouldReportIterationResults()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dbenchmark.cc107 static const size_t kMaxIterations = 1000000000; variable
242 || iters >= kMaxIterations // No chance to try again, we hit the limit. in RunBenchmark()
269 if (next_iters > kMaxIterations) { in RunBenchmark()
270 next_iters = kMaxIterations; in RunBenchmark()