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

/external/google-benchmark/src/
H A Dreporter.cc69 double BenchmarkReporter::Run::GetAdjustedRealTime() const { function in class:benchmark::BenchmarkReporter::Run
H A Dcsv_reporter.cc109 Out << run.GetAdjustedRealTime() << ",";
H A Djson_reporter.cc161 << FormatKV("real_time", run.GetAdjustedRealTime())
172 << FormatKV("real_coefficient", run.GetAdjustedRealTime())
H A Dconsole_reporter.cc130 const double real_time = result.GetAdjustedRealTime();
/external/libcxx/utils/google-benchmark/src/
H A Dreporter.cc69 double BenchmarkReporter::Run::GetAdjustedRealTime() const { function in class:benchmark::BenchmarkReporter::Run
H A Dcsv_reporter.cc109 Out << run.GetAdjustedRealTime() << ",";
H A Djson_reporter.cc161 << FormatKV("real_time", run.GetAdjustedRealTime())
172 << FormatKV("real_coefficient", run.GetAdjustedRealTime())
H A Dconsole_reporter.cc130 const double real_time = result.GetAdjustedRealTime();
/external/google-benchmark/include/benchmark/
H A Dbenchmark.h1224 double GetAdjustedRealTime() const;
/external/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h1224 double GetAdjustedRealTime() const;

Completed in 150 milliseconds