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

Overridden By

utils/benchmark/src/console_reporter.cc
   72 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) {
utils/benchmark/src/csv_reporter.cc
   45 void CSVReporter::ReportRuns(const std::vector<Run> & reports) {
utils/benchmark/src/json_reporter.cc
  127 void JSONReporter::ReportRuns(std::vector<Run> const& reports) {

References

utils/benchmark/src/benchmark.cc
  431       console_reporter->ReportRuns(reports);
  432       if (file_reporter) file_reporter->ReportRuns(reports);