Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/benchmark/src/
Djson_reporter.cc168 << FormatKV("cpu_time", run.GetAdjustedCPUTime()); in PrintRunData()
173 << FormatKV("cpu_coefficient", run.GetAdjustedCPUTime()) in PrintRunData()
182 << FormatKV("rms", run.GetAdjustedCPUTime()); in PrintRunData()
Dreporter.cc81 double BenchmarkReporter::Run::GetAdjustedCPUTime() const { in GetAdjustedCPUTime() function in benchmark::BenchmarkReporter::Run
Dcsv_reporter.cc110 Out << run.GetAdjustedCPUTime() << ","; in PrintRunData()
Dconsole_reporter.cc131 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/llvm-project/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/src/
Djson_reporter.cc226 out << indent << FormatKV("cpu_time", run.GetAdjustedCPUTime()); in PrintRunData()
230 out << indent << FormatKV("cpu_coefficient", run.GetAdjustedCPUTime()) in PrintRunData()
237 out << indent << FormatKV("rms", run.GetAdjustedCPUTime()); in PrintRunData()
Dreporter.cc99 double BenchmarkReporter::Run::GetAdjustedCPUTime() const { in GetAdjustedCPUTime() function in benchmark::BenchmarkReporter::Run
Dcsv_reporter.cc119 Out << run.GetAdjustedCPUTime() << ","; in PrintRunData()
Dconsole_reporter.cc133 const double cpu_time = result.GetAdjustedCPUTime(); in PrintRunData()
/external/llvm-project/llvm/utils/benchmark/include/benchmark/
Dbenchmark.h1308 double GetAdjustedCPUTime() const;
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h1365 double GetAdjustedCPUTime() const;
/external/llvm-project/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h1365 double GetAdjustedCPUTime() const;
/external/google-benchmark/include/benchmark/
Dbenchmark.h1417 double GetAdjustedCPUTime() const;