Home | History | Annotate | Download | only in benchmark

Lines Matching defs:iterations

59   state.SetBytesProcessed(int64_t(state.iterations()) *
126 static_cast<int64_t>(state.iterations())*state.range(0));
476 // break from the loop, otherwise all future iterations will be run.
568 size_t iterations() const { return (max_iterations - total_iterations_) + 1; }
736 // REQUIRES: `t > 0` and `Iterations` has not been called on this benchmark.
739 // Specify the amount of iterations that should be run by this benchmark.
745 Benchmark* Iterations(size_t n);
759 // called, the elapsed time will be used to control how many iterations are
769 // to control how many iterations are run, and in the printing of items/second
1196 iterations(1),
1215 int64_t iterations;
1222 // NOTE: If 'iterations' is zero the returned value represents the
1228 // NOTE: If 'iterations' is zero the returned value represents the