Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h795 bool KeepRunningInternal(IterationCount n, bool is_batch);
817 bool is_batch) { in KeepRunningInternal() argument
822 assert(is_batch || n == 1); in KeepRunningInternal()
835 if (is_batch && total_iterations_ != 0) { in KeepRunningInternal()