Searched refs:DurationCPUTime (Results 1 – 3 of 3) sorted by relevance
104 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()
116 double DurationCPUTime() const { return NumIterations() * GetTime(kCpuTime); } in DurationCPUTime() function
414 double t = e.DurationCPUTime(); in CheckTabularRate()