Searched refs:DurationCPUTime (Results 1 – 6 of 6) sorted by relevance
/external/libcxx/utils/google-benchmark/test/ |
D | user_counters_test.cc | 92 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()
|
D | output_test.h | 116 double DurationCPUTime() const { in DurationCPUTime() function
|
D | user_counters_tabular_test.cc | 140 double t = e.DurationCPUTime(); in CheckTabularRate()
|
/external/google-benchmark/test/ |
D | user_counters_test.cc | 92 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()
|
D | output_test.h | 116 double DurationCPUTime() const { in DurationCPUTime() function
|
D | user_counters_tabular_test.cc | 140 double t = e.DurationCPUTime(); in CheckTabularRate()
|