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

Overridden By

utils/benchmark/src/console_reporter.cc
   36 bool ConsoleReporter::ReportContext(const Context& context) {
utils/benchmark/src/csv_reporter.cc
   40 bool CSVReporter::ReportContext(const Context& context) {
utils/benchmark/src/json_reporter.cc
   67 bool JSONReporter::ReportContext(const Context& context) {

References

utils/benchmark/src/benchmark.cc
  424   if (console_reporter->ReportContext(context) &&
  425       (!file_reporter || file_reporter->ReportContext(context))) {