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

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dreporter.cc81 double BenchmarkReporter::Run::GetAdjustedCPUTime() const { function in class:benchmark::BenchmarkReporter::Run
H A Djson_reporter.cc168 << FormatKV("cpu_time", run.GetAdjustedCPUTime());
173 << FormatKV("cpu_coefficient", run.GetAdjustedCPUTime())
182 << FormatKV("rms", run.GetAdjustedCPUTime());
H A Dcsv_reporter.cc110 Out << run.GetAdjustedCPUTime() << ",";
H A Dconsole_reporter.cc131 const double cpu_time = result.GetAdjustedCPUTime();
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dreporter.cc99 double BenchmarkReporter::Run::GetAdjustedCPUTime() const { function in class:benchmark::BenchmarkReporter::Run
H A Djson_reporter.cc191 out << indent << FormatKV("cpu_time", run.GetAdjustedCPUTime());
195 out << indent << FormatKV("cpu_coefficient", run.GetAdjustedCPUTime())
202 out << indent << FormatKV("rms", run.GetAdjustedCPUTime());
H A Dcsv_reporter.cc114 Out << run.GetAdjustedCPUTime() << ",";
H A Dconsole_reporter.cc134 const double cpu_time = result.GetAdjustedCPUTime();
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h1365 double GetAdjustedCPUTime() const;
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h1308 double GetAdjustedCPUTime() const;

Completed in 216 milliseconds