Home
last modified time | relevance | path

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

/external/google-benchmark/src/
Djson_reporter.cc47 int64_t RoundDouble(double v) { in RoundDouble() function
70 << FormatKV("mhz_per_cpu", RoundDouble(context.mhz_per_cpu)) in ReportContext()
140 << FormatKV("real_time", RoundDouble(real_time)) in PrintRunData()
143 << FormatKV("cpu_time", RoundDouble(cpu_time)); in PrintRunData()
146 << FormatKV("bytes_per_second", RoundDouble(run.bytes_per_second)); in PrintRunData()
150 << FormatKV("items_per_second", RoundDouble(run.items_per_second)); in PrintRunData()