Home
last modified time | relevance | path

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

/external/google-benchmark/src/
Djson_reporter.cc128 << FormatKV("real_time", RoundDouble(run.GetAdjustedRealTime())) in PrintRunData()
139 << FormatKV("real_coefficient", RoundDouble(run.GetAdjustedRealTime())) in PrintRunData()
Dreporter.cc56 double BenchmarkReporter::Run::GetAdjustedRealTime() const { in GetAdjustedRealTime() function in benchmark::BenchmarkReporter::Run
Dcsv_reporter.cc78 Out << run.GetAdjustedRealTime() << ","; in PrintRunData()
Dconsole_reporter.cc97 const double real_time = result.GetAdjustedRealTime(); in PrintRunData()
/external/libcxx/utils/google-benchmark/src/
Djson_reporter.cc128 << FormatKV("real_time", RoundDouble(run.GetAdjustedRealTime())) in PrintRunData()
139 << FormatKV("real_coefficient", RoundDouble(run.GetAdjustedRealTime())) in PrintRunData()
Dreporter.cc56 double BenchmarkReporter::Run::GetAdjustedRealTime() const { in GetAdjustedRealTime() function in benchmark::BenchmarkReporter::Run
Dcsv_reporter.cc78 Out << run.GetAdjustedRealTime() << ","; in PrintRunData()
Dconsole_reporter.cc97 const double real_time = result.GetAdjustedRealTime(); in PrintRunData()
/external/libcxx/utils/google-benchmark/include/benchmark/
Dreporter.h73 double GetAdjustedRealTime() const;
/external/google-benchmark/include/benchmark/
Dreporter.h73 double GetAdjustedRealTime() const;