Searched refs:toDuration (Results 1 – 6 of 6) sorted by relevance
81 inline std::chrono::microseconds toDuration(const struct timeval &TV) { in toDuration() function
63 return {toDuration(RU.ru_utime), toDuration(RU.ru_stime)};
463 std::chrono::microseconds UserT = toDuration(Info.ru_utime);464 std::chrono::microseconds KernelT = toDuration(Info.ru_stime);
204 inline std::chrono::nanoseconds toDuration(FILETIME Time) { in toDuration() function
94 user_time = toDuration(UserTime);95 sys_time = toDuration(KernelTime);
452 toDuration(UserTime));454 toDuration(KernelTime));