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

References

utils/benchmark/src/json_reporter.cc
  157   out << indent << FormatKV("name", run.benchmark_name) << ",\n";
  159     out << indent << FormatKV("error_occurred", run.error_occurred) << ",\n";
  160     out << indent << FormatKV("error_message", run.error_message) << ",\n";
  163     out << indent << FormatKV("iterations", run.iterations) << ",\n";
  164     out << indent
  167     out << indent
  169     out << ",\n"
  172     out << indent
  175     out << indent
  178     out << indent << FormatKV("big_o", GetBigOString(run.complexity)) << ",\n";
  179     out << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit));
  181     out << indent
  185     out << ",\n"
  190     out << ",\n"
  195     out << ",\n"
  200     out << ",\n" << indent << FormatKV("label", run.report_label);
  202   out << '\n';