Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/base/
Dcpumonitor.cc319 task_thread_times_info task_times_info; in GetProcessLoad() local
323 reinterpret_cast<task_info_t>(&task_times_info), in GetProcessLoad()
339 const uint64 cpu_times = (TimeValueTToInt64(task_times_info.user_time) + in GetProcessLoad()
340 TimeValueTToInt64(task_times_info.system_time) + in GetProcessLoad()