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

References

utils/benchmark/src/reporter.cc
   38   Out << LocalDateTimeString() << "\n";
   41     Out << "Running " << context.executable_name << "\n";
   44   Out << "Run on (" << info.num_cpus << " X "
   48     Out << "CPU Caches:\n";
   50       Out << "  L" << CInfo.level << " " << CInfo.type << " "
   53         Out << " (x" << (info.num_cpus / CInfo.num_sharing) << ")";
   54       Out << "\n";
   59     Out << "***WARNING*** CPU scaling is enabled, the benchmark "
   65   Out << "***WARNING*** Library was built as DEBUG. Timings may be "