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

/external/chromium_org/base/process/
H A Dprocess_metrics_mac.cc253 struct timeval user_timeval, system_timeval, task_timeval; local
254 TIME_VALUE_TO_TIMEVAL(&thread_info_data.user_time, &user_timeval);
256 timeradd(&user_timeval, &system_timeval, &task_timeval);
259 TIME_VALUE_TO_TIMEVAL(&task_info_data.user_time, &user_timeval);
261 timeradd(&user_timeval, &task_timeval, &task_timeval);

Completed in 66 milliseconds