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

References

utils/benchmark/src/reporter.cc
   50       Out << "  L" << CInfo.level << " " << CInfo.type << " "
   50       Out << "  L" << CInfo.level << " " << CInfo.type << " "
   51           << (CInfo.size / 1000) << "K";
   52       if (CInfo.num_sharing != 0)
   53         Out << " (x" << (info.num_cpus / CInfo.num_sharing) << ")";