Home
last modified time | relevance | path

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

/external/google-benchmark/src/
Djson_reporter.cc131 << FormatKV("cpu_time", RoundDouble(run.GetAdjustedCPUTime())); in PrintRunData()
136 << FormatKV("cpu_coefficient", RoundDouble(run.GetAdjustedCPUTime())) in PrintRunData()
145 << FormatKV("rms", run.GetAdjustedCPUTime()); in PrintRunData()
Dreporter.cc62 double BenchmarkReporter::Run::GetAdjustedCPUTime() const { in GetAdjustedCPUTime() function in benchmark::BenchmarkReporter::Run
Dcsv_reporter.cc79 Out << run.GetAdjustedCPUTime() << ","; in PrintRunData()
Dconsole_reporter.cc98 const double cpu_time = result.GetAdjustedCPUTime(); in PrintRunData()
/external/libcxx/utils/google-benchmark/src/
Djson_reporter.cc131 << FormatKV("cpu_time", RoundDouble(run.GetAdjustedCPUTime())); in PrintRunData()
136 << FormatKV("cpu_coefficient", RoundDouble(run.GetAdjustedCPUTime())) in PrintRunData()
145 << FormatKV("rms", run.GetAdjustedCPUTime()); in PrintRunData()
Dreporter.cc62 double BenchmarkReporter::Run::GetAdjustedCPUTime() const { in GetAdjustedCPUTime() function in benchmark::BenchmarkReporter::Run
Dcsv_reporter.cc79 Out << run.GetAdjustedCPUTime() << ","; in PrintRunData()
Dconsole_reporter.cc98 const double cpu_time = result.GetAdjustedCPUTime(); in PrintRunData()
/external/libcxx/utils/google-benchmark/include/benchmark/
Dreporter.h79 double GetAdjustedCPUTime() const;
/external/google-benchmark/include/benchmark/
Dreporter.h79 double GetAdjustedCPUTime() const;