Home
last modified time | relevance | path

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

/external/google-benchmark/src/
Djson_reporter.cc34 std::string FormatKV(std::string const& key, std::string const& value) { in FormatKV() function
38 std::string FormatKV(std::string const& key, const char* value) { in FormatKV() function
42 std::string FormatKV(std::string const& key, bool value) { in FormatKV() function
46 std::string FormatKV(std::string const& key, int64_t value) { in FormatKV() function
52 std::string FormatKV(std::string const& key, double value) { in FormatKV() function
78 out << indent << FormatKV("date", walltime_value) << ",\n"; in ReportContext()
80 out << indent << FormatKV("host_name", context.sys_info.name) << ",\n"; in ReportContext()
88 out << indent << FormatKV("executable", executable_name) << ",\n"; in ReportContext()
92 out << indent << FormatKV("num_cpus", static_cast<int64_t>(info.num_cpus)) in ReportContext()
95 << FormatKV("mhz_per_cpu", in ReportContext()
[all …]
/external/libcxx/utils/google-benchmark/src/
Djson_reporter.cc34 std::string FormatKV(std::string const& key, std::string const& value) { in FormatKV() function
38 std::string FormatKV(std::string const& key, const char* value) { in FormatKV() function
42 std::string FormatKV(std::string const& key, bool value) { in FormatKV() function
46 std::string FormatKV(std::string const& key, int64_t value) { in FormatKV() function
52 std::string FormatKV(std::string const& key, double value) { in FormatKV() function
78 out << indent << FormatKV("date", walltime_value) << ",\n"; in ReportContext()
80 out << indent << FormatKV("host_name", context.sys_info.name) << ",\n"; in ReportContext()
88 out << indent << FormatKV("executable", executable_name) << ",\n"; in ReportContext()
92 out << indent << FormatKV("num_cpus", static_cast<int64_t>(info.num_cpus)) in ReportContext()
95 << FormatKV("mhz_per_cpu", in ReportContext()
[all …]