/external/llvm-project/llvm/utils/benchmark/src/ |
D | json_reporter.cc | 168 << FormatKV("cpu_time", run.GetAdjustedCPUTime()); in PrintRunData() 173 << FormatKV("cpu_coefficient", run.GetAdjustedCPUTime()) in PrintRunData() 182 << FormatKV("rms", run.GetAdjustedCPUTime()); in PrintRunData()
|
D | reporter.cc | 81 double BenchmarkReporter::Run::GetAdjustedCPUTime() const { in GetAdjustedCPUTime() function in benchmark::BenchmarkReporter::Run
|
D | csv_reporter.cc | 110 Out << run.GetAdjustedCPUTime() << ","; in PrintRunData()
|
D | console_reporter.cc | 131 const double cpu_time = result.GetAdjustedCPUTime(); in PrintRunData()
|
/external/libcxx/utils/google-benchmark/src/ |
D | json_reporter.cc | 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()
|
D | reporter.cc | 99 double BenchmarkReporter::Run::GetAdjustedCPUTime() const { in GetAdjustedCPUTime() function in benchmark::BenchmarkReporter::Run
|
D | csv_reporter.cc | 114 Out << run.GetAdjustedCPUTime() << ","; in PrintRunData()
|
D | console_reporter.cc | 134 const double cpu_time = result.GetAdjustedCPUTime(); in PrintRunData()
|
/external/llvm-project/libcxx/utils/google-benchmark/src/ |
D | json_reporter.cc | 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()
|
D | reporter.cc | 99 double BenchmarkReporter::Run::GetAdjustedCPUTime() const { in GetAdjustedCPUTime() function in benchmark::BenchmarkReporter::Run
|
D | csv_reporter.cc | 114 Out << run.GetAdjustedCPUTime() << ","; in PrintRunData()
|
D | console_reporter.cc | 134 const double cpu_time = result.GetAdjustedCPUTime(); in PrintRunData()
|
/external/google-benchmark/src/ |
D | json_reporter.cc | 226 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()
|
D | reporter.cc | 99 double BenchmarkReporter::Run::GetAdjustedCPUTime() const { in GetAdjustedCPUTime() function in benchmark::BenchmarkReporter::Run
|
D | csv_reporter.cc | 119 Out << run.GetAdjustedCPUTime() << ","; in PrintRunData()
|
D | console_reporter.cc | 133 const double cpu_time = result.GetAdjustedCPUTime(); in PrintRunData()
|
/external/llvm-project/llvm/utils/benchmark/include/benchmark/ |
D | benchmark.h | 1308 double GetAdjustedCPUTime() const;
|
/external/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark.h | 1365 double GetAdjustedCPUTime() const;
|
/external/llvm-project/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark.h | 1365 double GetAdjustedCPUTime() const;
|
/external/google-benchmark/include/benchmark/ |
D | benchmark.h | 1417 double GetAdjustedCPUTime() const;
|