Searched refs:kCpuTime (Results 1 – 2 of 2) sorted by relevance
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()