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

References

utils/benchmark/src/console_reporter.cc
  108   printer(Out, name_color, "%-*s ", name_field_width_,
  112     printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'",
  114     printer(Out, COLOR_DEFAULT, "\n");
  135     printer(Out, COLOR_YELLOW, "%10.2f %s %10.2f %s ", real_time, big_o.c_str(),
  138     printer(Out, COLOR_YELLOW, "%10.0f %% %10.0f %% ", real_time * 100,
  142     printer(Out, COLOR_YELLOW, "%10.0f %s %10.0f %s ", real_time, timeLabel,
  147     printer(Out, COLOR_CYAN, "%10lld", result.iterations);
  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");