Searched refs:toDuration (Results 1 – 6 of 6) sorted by relevance
75 inline std::chrono::microseconds toDuration(const struct timeval &TV) { in toDuration() function
54 return {toDuration(RU.ru_utime), toDuration(RU.ru_stime)};
461 std::chrono::microseconds UserT = toDuration(Info.ru_utime);462 std::chrono::microseconds KernelT = toDuration(Info.ru_stime);
202 inline std::chrono::nanoseconds toDuration(FILETIME Time) { in toDuration() function
89 user_time = toDuration(UserTime);90 sys_time = toDuration(KernelTime);
455 toDuration(UserTime));457 toDuration(KernelTime));