reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

utils/benchmark/include/benchmark/benchmark.h
 1309     double GetAdjustedCPUTime() const;

References

utils/benchmark/src/console_reporter.cc
  131   const double cpu_time = result.GetAdjustedCPUTime();
utils/benchmark/src/csv_reporter.cc
  110   Out << run.GetAdjustedCPUTime() << ",";
utils/benchmark/src/json_reporter.cc
  168         << FormatKV("cpu_time", run.GetAdjustedCPUTime());
  173         << FormatKV("cpu_coefficient", run.GetAdjustedCPUTime())
  182         << FormatKV("rms", run.GetAdjustedCPUTime());