reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/benchmark/include/benchmark/benchmark.h
  593     return max_iterations - total_iterations_ + batch_leftover_;
  701       : cached_(st->error_occurred_ ? 0 : st->max_iterations), parent_(st) {}
utils/benchmark/src/benchmark.cc
  167   CHECK(st.iterations() >= st.max_iterations)
  311   CHECK(max_iterations != 0) << "At least one iteration must be run";
  370   total_iterations_ = error_occurred_ ? 0 : max_iterations;