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

References

utils/benchmark/src/benchmark.cc
  123   report.benchmark_name = b.name;
  129   report.time_unit = b.time_unit;
  141     if (b.use_manual_time) {
  150     report.complexity = b.complexity;
  151     report.complexity_lambda = b.complexity_lambda;
  152     report.statistics = b.statistics;
  154     internal::Finish(&report.counters, seconds, b.threads);