Home
last modified time | relevance | path

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

/third_party/benchmark/src/
Dthread_timer.h12 : measure_process_cpu_time(measure_process_cpu_time_) {} in ThreadTimer()
65 if (measure_process_cpu_time) return ProcessCPUUsage(); in ReadCpuTimerOfChoice()
70 const bool measure_process_cpu_time; variable
Dbenchmark_api_internal.h31 bool measure_process_cpu_time() const { return measure_process_cpu_time_; } in measure_process_cpu_time() function
Dbenchmark_runner.cc122 b->measure_process_cpu_time() in RunInThread()
211 if (b.measure_process_cpu_time()) i.results.cpu_time_used /= b.threads(); in DoNIterations()
/third_party/benchmark/bindings/python/google_benchmark/
Dexample.py96 @benchmark.option.measure_process_cpu_time()