Searched refs:TimeValToMicroseconds (Results 1 – 3 of 3) sorted by relevance
19 int64_t TimeValToMicroseconds(const struct timeval& tv) { in TimeValToMicroseconds() function
94 BASE_EXPORT int64_t TimeValToMicroseconds(const struct timeval& tv);
289 int64_t task_time = TimeValToMicroseconds(task_timeval); in GetCPUUsage()