Home
last modified time | relevance | path

Searched refs:kCpuTime (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Doutput_test.h104 typedef enum { kCpuTime, kRealTime } BenchmarkTime; enumerator
117 return NumIterations() * GetTime(kCpuTime); in DurationCPUTime()
H A Doutput_test_helper.cc316 CHECK(which == kCpuTime || which == kRealTime); in GetTime()
317 const char* which_str = which == kCpuTime ? "cpu_time" : "real_time"; in GetTime()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Doutput_test.h96 typedef enum { kCpuTime, kRealTime } BenchmarkTime; enumerator
109 return GetAs< double >("iterations") * GetTime(kCpuTime); in DurationCPUTime()
H A Doutput_test_helper.cc307 CHECK(which == kCpuTime || which == kRealTime); in GetTime()
308 const char *which_str = which == kCpuTime ? "cpu_time" : "real_time"; in GetTime()