Home | History | Annotate | Download | only in benchmark

Lines Matching defs:iterations

45   state.SetBytesProcessed(int64_t(state.iterations()) *
111 static_cast<int64_t>(state.iterations())*state.range(0));
367 // Skip any future iterations of the 'KeepRunning()' loop in the current
459 size_t iterations() const { return total_iterations_; }
580 // REQUIRES: `t > 0` and `Iterations` has not been called on this benchmark.
583 // Specify the amount of iterations that should be run by this benchmark.
589 Benchmark* Iterations(size_t n);
603 // called, the elapsed time will be used to control how many iterations are
613 // to control how many iterations are run, and in the printing of items/second