Home
last modified time | relevance | path

Searched refs:KeepRunningInternal (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);
809 return KeepRunningInternal(1, /*is_batch=*/false); in KeepRunning()
813 return KeepRunningInternal(n, /*is_batch=*/true); in KeepRunningBatch()
816 inline BENCHMARK_ALWAYS_INLINE bool State::KeepRunningInternal(IterationCount n, in KeepRunningInternal() function