Home
last modified time | relevance | path

Searched refs:DurationCPUTime (Results 1 – 3 of 3) sorted by relevance

/third_party/benchmark/test/
Duser_counters_test.cc104 double t = e.DurationCPUTime(); // this (and not real time) is the time used in CheckBytesAndItemsPSec()
150 double t = e.DurationCPUTime(); // this (and not real time) is the time used in CheckRate()
237 double t = e.DurationCPUTime(); // this (and not real time) is the time used in CheckInvertedRate()
364 CHECK_FLOAT_COUNTER_VALUE(e, "foo", EQ, 1. / e.DurationCPUTime(), 0.001); in CheckAvgThreadsRate()
365 CHECK_FLOAT_COUNTER_VALUE(e, "bar", EQ, 2. / e.DurationCPUTime(), 0.001); in CheckAvgThreadsRate()
454 double t = e.DurationCPUTime(); // this (and not real time) is the time used in CheckIsIterationInvariantRate()
543 double t = e.DurationCPUTime(); // this (and not real time) is the time used in CheckAvgIterationsRate()
Doutput_test.h116 double DurationCPUTime() const { return NumIterations() * GetTime(kCpuTime); } in DurationCPUTime() function
Duser_counters_tabular_test.cc414 double t = e.DurationCPUTime(); in CheckTabularRate()