Searched refs:kCpuTime (Results 1 – 4 of 4) sorted by relevance
104 typedef enum { kCpuTime, kRealTime } BenchmarkTime; enumerator117 return NumIterations() * GetTime(kCpuTime); in DurationCPUTime()
316 CHECK(which == kCpuTime || which == kRealTime); in GetTime()317 const char* which_str = which == kCpuTime ? "cpu_time" : "real_time"; in GetTime()
96 typedef enum { kCpuTime, kRealTime } BenchmarkTime; enumerator109 return GetAs< double >("iterations") * GetTime(kCpuTime); in DurationCPUTime()
307 CHECK(which == kCpuTime || which == kRealTime); in GetTime()308 const char *which_str = which == kCpuTime ? "cpu_time" : "real_time"; in GetTime()