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()62 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()56 bool measure_process_cpu_time_; variable
210 measure_process_cpu_time_(false), in Benchmark()387 measure_process_cpu_time_ = true; in MeasureProcessCPUTime()
1113 bool measure_process_cpu_time_; variable