Searched refs:ThreadCPUUsage (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dthread_timer.h18 start_cpu_time_ = ThreadCPUUsage();
28 cpu_time_used_ += std::max<double>(ThreadCPUUsage() - start_cpu_time_, 0);
H A Dtimers.h16 double ThreadCPUUsage();
H A Dtimers.cc140 double ThreadCPUUsage() { function in namespace:benchmark
160 DiagnoseAndExit("ThreadCPUUsage() failed when evaluating thread_info");
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dthread_timer.h18 start_cpu_time_ = ThreadCPUUsage();
28 cpu_time_used_ += std::max<double>(ThreadCPUUsage() - start_cpu_time_, 0);
H A Dtimers.h16 double ThreadCPUUsage();
H A Dtimers.cc140 double ThreadCPUUsage() { function in namespace:benchmark
160 DiagnoseAndExit("ThreadCPUUsage() failed when evaluating thread_info");

Completed in 135 milliseconds