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

References

utils/benchmark/src/reporter.cc
   44   Out << "Run on (" << info.num_cpus << " X "
   45       << (info.cycles_per_second / 1000000.0) << " MHz CPU "
   46       << ((info.num_cpus > 1) ? "s" : "") << ")\n";
   47   if (info.caches.size() != 0) {
   49     for (auto &CInfo : info.caches) {
   53         Out << " (x" << (info.num_cpus / CInfo.num_sharing) << ")";
   58   if (info.scaling_enabled) {