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

References

utils/benchmark/src/json_reporter.cc
  100     out << cache_indent << FormatKV("type", CI.type) << ",\n";
  101     out << cache_indent << FormatKV("level", static_cast<int64_t>(CI.level))
  104         << FormatKV("size", static_cast<int64_t>(CI.size) * 1000u) << ",\n";
  106         << FormatKV("num_sharing", static_cast<int64_t>(CI.num_sharing))