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

References

utils/benchmark/src/console_reporter.cc
   61         str += FormatString(" %10s", c.first.c_str());
   64       str += " UserCounters...";
   67   str += "\n";
   68   std::string line = std::string(str.length(), '-');
   69   GetOutputStream() << line << "\n" << str << line << "\n";