Home
last modified time | relevance | path

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

/third_party/benchmark/src/
Dbenchmark_runner.cc370 IterationResults i_warmup; in RunWarmUp() local
381 i_warmup = DoNIterations(); in RunWarmUp()
384 const bool finish = ShouldReportIterationResults(i_warmup); in RunWarmUp()
396 iters = PredictNumItersNeeded(i_warmup); in RunWarmUp()
397 assert(iters > i_warmup.iters && in RunWarmUp()