Home
last modified time | relevance | path

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

/third_party/benchmark/src/
H A Djson_reporter.cc67 std::string FormatKV(std::string const& key, std::string const& value) { in FormatKV() function
72 std::string FormatKV(std::string const& key, const char* value) { in FormatKV() function
77 std::string FormatKV(std::string const& key, bool value) { in FormatKV() function
82 std::string FormatKV(std::string const& key, int64_t value) { in FormatKV() function
88 std::string FormatKV(std::string const& key, double value) { in FormatKV() function
121 out << indent << FormatKV("date", walltime_value) << ",\n";
123 out << indent << FormatKV("host_name", context.sys_info.name) << ",\n";
126 out << indent << FormatKV("executable", Context::executable_name) << ",\n";
130 out << indent << FormatKV("num_cpus", static_cast<int64_t>(info.num_cpus))
133 << FormatKV("mhz_per_cp
[all...]

Completed in 1 milliseconds