Searched refs:measure_process_cpu_time_ (Results 1 – 5 of 5) sorted by relevance
20 measure_process_cpu_time_(benchmark_.measure_process_cpu_time_), in BenchmarkInstance()68 if (benchmark_.measure_process_cpu_time_) { in BenchmarkInstance()
11 explicit ThreadTimer(bool measure_process_cpu_time_) in ThreadTimer() argument12 : measure_process_cpu_time(measure_process_cpu_time_) {} in ThreadTimer()
31 bool measure_process_cpu_time() const { return measure_process_cpu_time_; } in measure_process_cpu_time()57 bool measure_process_cpu_time_; variable
217 measure_process_cpu_time_(false), in Benchmark()403 measure_process_cpu_time_ = true; in MeasureProcessCPUTime()
1307 bool measure_process_cpu_time_; variable