Searched refs:GetAdjustedCPUTime (Results 1 – 10 of 10) sorted by relevance
191 out << indent << FormatKV("cpu_time", run.GetAdjustedCPUTime()); in PrintRunData()195 out << indent << FormatKV("cpu_coefficient", run.GetAdjustedCPUTime()) in PrintRunData()202 out << indent << FormatKV("rms", run.GetAdjustedCPUTime()); in PrintRunData()
99 double BenchmarkReporter::Run::GetAdjustedCPUTime() const { in GetAdjustedCPUTime() function in benchmark::BenchmarkReporter::Run
114 Out << run.GetAdjustedCPUTime() << ","; in PrintRunData()
133 const double cpu_time = result.GetAdjustedCPUTime(); in PrintRunData()
134 const double cpu_time = result.GetAdjustedCPUTime(); in PrintRunData()
1365 double GetAdjustedCPUTime() const;