Searched refs:SecondsToFriendlyStr (Results 1 – 3 of 3) sorted by relevance
53 void SecondsToFriendlyStr(float seconds, std::string& out);
655 void SecondsToFriendlyStr(float seconds, std::string& out) in SecondsToFriendlyStr() function
2534 SecondsToFriendlyStr(ToFloatSeconds(defragDurationBegin), defragDurationBeginStr); in Defragment()2535 SecondsToFriendlyStr(ToFloatSeconds(defragDurationGpu), defragDurationGpuStr); in Defragment()2536 SecondsToFriendlyStr(ToFloatSeconds(defragDurationEnd), defragDurationEndStr); in Defragment()2619 SecondsToFriendlyStr(lastTime, origTimeStr); in PrintStats()4131 SecondsToFriendlyStr(ToFloatSeconds(playDuration), playDurationStr); in ProcessFile()4186 … SecondsToFriendlyStr(ToFloatSeconds(durationSum / g_IterationCount), playDurationStr); in ProcessFile()