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)};
478 std::chrono::microseconds UserT = toDuration(Info.ru_utime);479 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);
455 toDuration(UserTime));457 toDuration(KernelTime));