Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_metrics_mac.cc280 struct timeval user_timeval, system_timeval, task_timeval; in GetCPUUsage() local
281 TIME_VALUE_TO_TIMEVAL(&thread_info_data.user_time, &user_timeval); in GetCPUUsage()
283 timeradd(&user_timeval, &system_timeval, &task_timeval); in GetCPUUsage()
286 TIME_VALUE_TO_TIMEVAL(&task_info_data.user_time, &user_timeval); in GetCPUUsage()
288 timeradd(&user_timeval, &task_timeval, &task_timeval); in GetCPUUsage()