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.cc277 struct timeval user_timeval, system_timeval, task_timeval; in GetCPUUsage() local
278 TIME_VALUE_TO_TIMEVAL(&thread_info_data.user_time, &user_timeval); in GetCPUUsage()
280 timeradd(&user_timeval, &system_timeval, &task_timeval); in GetCPUUsage()
283 TIME_VALUE_TO_TIMEVAL(&task_info_data.user_time, &user_timeval); in GetCPUUsage()
285 timeradd(&user_timeval, &task_timeval, &task_timeval); in GetCPUUsage()