Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_metrics_posix.cc19 int64_t TimeValToMicroseconds(const struct timeval& tv) { in TimeValToMicroseconds() function
Dprocess_metrics.h94 BASE_EXPORT int64_t TimeValToMicroseconds(const struct timeval& tv);
Dprocess_metrics_mac.cc292 int64_t task_time = TimeValToMicroseconds(task_timeval); in GetCPUUsage()