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

References

utils/benchmark/src/console_reporter.cc
  114     printer(Out, COLOR_DEFAULT, "\n");
  156         printer(Out, COLOR_DEFAULT, " %*s/s", cNameLen - 2, s.c_str());
  158         printer(Out, COLOR_DEFAULT, " %*s", cNameLen, s.c_str());
  162       printer(Out, COLOR_DEFAULT, " %s=%s%s", c.first.c_str(), s.c_str(),
  168     printer(Out, COLOR_DEFAULT, " %*s", 13, rate.c_str());
  172     printer(Out, COLOR_DEFAULT, " %*s", 18, items.c_str());
  176     printer(Out, COLOR_DEFAULT, " %s", result.report_label.c_str());
  179   printer(Out, COLOR_DEFAULT, "\n");