Searched refs:TimeValToMicroseconds (Results 1 – 4 of 4) sorted by relevance
529 BASE_API int64 TimeValToMicroseconds(const struct timeval& tv);
442 int64 time = TimeValToMicroseconds(now); in GetCPUUsage()
428 int64 time = TimeValToMicroseconds(now);429 int64 task_time = TimeValToMicroseconds(task_timeval);
861 int64 TimeValToMicroseconds(const struct timeval& tv) { in TimeValToMicroseconds() function