HomeSort by relevance Sort by last modified time
    Searched refs:DurationCPUTime (Results 1 - 3 of 3) sorted by null

  /external/google-benchmark/test/
user_counters_test.cc 80 double t = e.DurationCPUTime(); // this (and not real time) is the time used
115 double t = e.DurationCPUTime(); // this (and not real time) is the time used
207 CHECK_FLOAT_COUNTER_VALUE(e, "foo", EQ, 1./e.DurationCPUTime(), 0.001);
208 CHECK_FLOAT_COUNTER_VALUE(e, "bar", EQ, 2./e.DurationCPUTime(), 0.001);
output_test.h 108 double DurationCPUTime() const {
user_counters_tabular_test.cc 131 double t = e.DurationCPUTime();

Completed in 215 milliseconds