Home
last modified time | relevance | path

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

/external/google-benchmark/src/
Djson_reporter.cc191 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()
Dreporter.cc99 double BenchmarkReporter::Run::GetAdjustedCPUTime() const { in GetAdjustedCPUTime() function in benchmark::BenchmarkReporter::Run
Dcsv_reporter.cc114 Out << run.GetAdjustedCPUTime() << ","; in PrintRunData()
Dconsole_reporter.cc133 const double cpu_time = result.GetAdjustedCPUTime(); in PrintRunData()
/external/libcxx/utils/google-benchmark/src/
Djson_reporter.cc191 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()
Dreporter.cc99 double BenchmarkReporter::Run::GetAdjustedCPUTime() const { in GetAdjustedCPUTime() function in benchmark::BenchmarkReporter::Run
Dcsv_reporter.cc114 Out << run.GetAdjustedCPUTime() << ","; in PrintRunData()
Dconsole_reporter.cc134 const double cpu_time = result.GetAdjustedCPUTime(); in PrintRunData()
/external/google-benchmark/include/benchmark/
Dbenchmark.h1365 double GetAdjustedCPUTime() const;
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h1365 double GetAdjustedCPUTime() const;