OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KeepRunningBatch
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
benchmark.h
454
// NOTE: A benchmark must not return from the test until
KeepRunningBatch
()
456
// NOTE:
KeepRunningBatch
() may overshoot by up to 'n' iterations.
459
// while (state.
KeepRunningBatch
(1000)) {
462
bool
KeepRunningBatch
(size_t n);
602
// When using
KeepRunningBatch
(), batch_leftover_ holds the number of
639
// Implementation of KeepRunning() and
KeepRunningBatch
().
654
bool State::
KeepRunningBatch
(size_t n) {
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h
483
// NOTE: A benchmark must not return from the test until
KeepRunningBatch
()
485
// NOTE:
KeepRunningBatch
() may overshoot by up to 'n' iterations.
488
// while (state.
KeepRunningBatch
(1000)) {
491
bool
KeepRunningBatch
(size_t n);
643
// When using
KeepRunningBatch
(), batch_leftover_ holds the number of
675
// Implementation of KeepRunning() and
KeepRunningBatch
().
689
inline BENCHMARK_ALWAYS_INLINE bool State::
KeepRunningBatch
(size_t n) {
Completed in 19 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026