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

References

utils/benchmark/include/benchmark/benchmark.h
 1343   virtual bool ReportContext(const Context& context) = 0;
 1381   static void PrintBasicContext(std::ostream* out, Context const& context);
 1403   virtual bool ReportContext(const Context& context);
 1419   virtual bool ReportContext(const Context& context);
 1432   virtual bool ReportContext(const Context& context);
utils/benchmark/src/benchmark.cc
  410   BenchmarkReporter::Context context;
  571   BenchmarkReporter::Context::executable_name = argv[0];
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) {
   80   if (Context::executable_name) {
   81     out << indent << FormatKV("executable", Context::executable_name) << ",\n";
utils/benchmark/src/reporter.cc
   34                                           Context const &context) {