Home
last modified time | relevance | path

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

/external/libcxx/utils/google-benchmark/test/
Duser_counters_test.cc92 double t = e.DurationCPUTime(); // this (and not real time) is the time used in CheckBytesAndItemsPSec()
131 double t = e.DurationCPUTime(); // this (and not real time) is the time used in CheckRate()
241 CHECK_FLOAT_COUNTER_VALUE(e, "foo", EQ, 1. / e.DurationCPUTime(), 0.001); in CheckAvgThreadsRate()
242 CHECK_FLOAT_COUNTER_VALUE(e, "bar", EQ, 2. / e.DurationCPUTime(), 0.001); in CheckAvgThreadsRate()
319 double t = e.DurationCPUTime(); // this (and not real time) is the time used in CheckIsIterationInvariantRate()
396 double t = e.DurationCPUTime(); // this (and not real time) is the time used in CheckAvgIterationsRate()
Doutput_test.h116 double DurationCPUTime() const { in DurationCPUTime() function
Duser_counters_tabular_test.cc140 double t = e.DurationCPUTime(); in CheckTabularRate()
/external/google-benchmark/test/
Duser_counters_test.cc92 double t = e.DurationCPUTime(); // this (and not real time) is the time used in CheckBytesAndItemsPSec()
131 double t = e.DurationCPUTime(); // this (and not real time) is the time used in CheckRate()
241 CHECK_FLOAT_COUNTER_VALUE(e, "foo", EQ, 1. / e.DurationCPUTime(), 0.001); in CheckAvgThreadsRate()
242 CHECK_FLOAT_COUNTER_VALUE(e, "bar", EQ, 2. / e.DurationCPUTime(), 0.001); in CheckAvgThreadsRate()
319 double t = e.DurationCPUTime(); // this (and not real time) is the time used in CheckIsIterationInvariantRate()
396 double t = e.DurationCPUTime(); // this (and not real time) is the time used in CheckAvgIterationsRate()
Doutput_test.h116 double DurationCPUTime() const { in DurationCPUTime() function
Duser_counters_tabular_test.cc140 double t = e.DurationCPUTime(); in CheckTabularRate()