Home
last modified time | relevance | path

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

/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 …]
/external/llvm-project/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 …]
/external/llvm-project/llvm/utils/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()
81 out << indent << FormatKV("executable", Context::executable_name) << ",\n"; in ReportContext()
85 out << indent << FormatKV("num_cpus", static_cast<int64_t>(info.num_cpus)) in ReportContext()
88 << FormatKV("mhz_per_cpu", in ReportContext()
91 out << indent << FormatKV("cpu_scaling_enabled", info.scaling_enabled) in ReportContext()
[all …]
/external/google-benchmark/src/
Djson_reporter.cc53 std::string FormatKV(std::string const& key, std::string const& value) { in FormatKV() function
57 std::string FormatKV(std::string const& key, const char* value) { in FormatKV() function
61 std::string FormatKV(std::string const& key, bool value) { in FormatKV() function
65 std::string FormatKV(std::string const& key, int64_t value) { in FormatKV() function
71 std::string FormatKV(std::string const& key, IterationCount value) { in FormatKV() function
77 std::string FormatKV(std::string const& key, double value) { in FormatKV() function
110 out << indent << FormatKV("date", walltime_value) << ",\n"; in ReportContext()
112 out << indent << FormatKV("host_name", context.sys_info.name) << ",\n"; in ReportContext()
115 out << indent << FormatKV("executable", Context::executable_name) << ",\n"; in ReportContext()
119 out << indent << FormatKV("num_cpus", static_cast<int64_t>(info.num_cpus)) in ReportContext()
[all …]