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

References

utils/benchmark/src/json_reporter.cc
   78   out << indent << FormatKV("date", walltime_value) << ",\n";
  100     out << cache_indent << FormatKV("type", CI.type) << ",\n";
  157   out << indent << FormatKV("name", run.benchmark_name) << ",\n";
  160     out << indent << FormatKV("error_message", run.error_message) << ",\n";
  178     out << indent << FormatKV("big_o", GetBigOString(run.complexity)) << ",\n";
  200     out << ",\n" << indent << FormatKV("label", run.report_label);