Searched refs:GetAdjustedCPUTime (Results 1 – 10 of 10) sorted by relevance
131 << FormatKV("cpu_time", RoundDouble(run.GetAdjustedCPUTime())); in PrintRunData()136 << FormatKV("cpu_coefficient", RoundDouble(run.GetAdjustedCPUTime())) in PrintRunData()145 << FormatKV("rms", run.GetAdjustedCPUTime()); in PrintRunData()
62 double BenchmarkReporter::Run::GetAdjustedCPUTime() const { in GetAdjustedCPUTime() function in benchmark::BenchmarkReporter::Run
79 Out << run.GetAdjustedCPUTime() << ","; in PrintRunData()
98 const double cpu_time = result.GetAdjustedCPUTime(); in PrintRunData()
79 double GetAdjustedCPUTime() const;