Home
last modified time | relevance | path

Searched refs:cache_indent (Results 1 – 1 of 1) sorted by relevance

/llvm-project/third-party/benchmark/src/
H A Djson_reporter.cc145 std::string cache_indent(8, ' '); in ReportContext() local
149 out << cache_indent << FormatKV("type", CI.type) << ",\n"; in ReportContext()
150 out << cache_indent << FormatKV("level", static_cast<int64_t>(CI.level)) in ReportContext()
152 out << cache_indent << FormatKV("size", static_cast<int64_t>(CI.size)) in ReportContext()
154 out << cache_indent in ReportContext()