Home
last modified time | relevance | path

Searched refs:measure_process_cpu_time_ (Results 1 – 5 of 5) sorted by relevance

/third_party/benchmark/src/
Dbenchmark_api_internal.cc20 measure_process_cpu_time_(benchmark_.measure_process_cpu_time_), in BenchmarkInstance()
68 if (benchmark_.measure_process_cpu_time_) { in BenchmarkInstance()
Dthread_timer.h11 explicit ThreadTimer(bool measure_process_cpu_time_) in ThreadTimer() argument
12 : measure_process_cpu_time(measure_process_cpu_time_) {} in ThreadTimer()
Dbenchmark_api_internal.h31 bool measure_process_cpu_time() const { return measure_process_cpu_time_; } in measure_process_cpu_time()
57 bool measure_process_cpu_time_; variable
Dbenchmark_register.cc217 measure_process_cpu_time_(false), in Benchmark()
403 measure_process_cpu_time_ = true; in MeasureProcessCPUTime()
/third_party/benchmark/include/benchmark/
Dbenchmark.h1307 bool measure_process_cpu_time_; variable