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

/external/google-benchmark/src/
H A Dreporter.cc75 double BenchmarkReporter::Run::GetAdjustedCPUTime() const { function in class:benchmark::BenchmarkReporter::Run
H A Djson_reporter.cc164 << FormatKV("cpu_time", run.GetAdjustedCPUTime());
169 << FormatKV("cpu_coefficient", run.GetAdjustedCPUTime())
178 << FormatKV("rms", run.GetAdjustedCPUTime());
H A Dcsv_reporter.cc110 Out << run.GetAdjustedCPUTime() << ",";
H A Dconsole_reporter.cc131 const double cpu_time = result.GetAdjustedCPUTime();
/external/libcxx/utils/google-benchmark/src/
H A Dreporter.cc75 double BenchmarkReporter::Run::GetAdjustedCPUTime() const { function in class:benchmark::BenchmarkReporter::Run
H A Djson_reporter.cc164 << FormatKV("cpu_time", run.GetAdjustedCPUTime());
169 << FormatKV("cpu_coefficient", run.GetAdjustedCPUTime())
178 << FormatKV("rms", run.GetAdjustedCPUTime());
H A Dcsv_reporter.cc110 Out << run.GetAdjustedCPUTime() << ",";
H A Dconsole_reporter.cc131 const double cpu_time = result.GetAdjustedCPUTime();
/external/google-benchmark/include/benchmark/
H A Dbenchmark.h1230 double GetAdjustedCPUTime() const;
/external/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h1230 double GetAdjustedCPUTime() const;

Completed in 46 milliseconds