Home
last modified time | relevance | path

Searched refs:SecondsToFriendlyStr (Results 1 – 3 of 3) sorted by relevance

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DCommon.h53 void SecondsToFriendlyStr(float seconds, std::string& out);
DCommon.cpp655 void SecondsToFriendlyStr(float seconds, std::string& out) in SecondsToFriendlyStr() function
DVmaReplay.cpp2534 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()
4186SecondsToFriendlyStr(ToFloatSeconds(durationSum / g_IterationCount), playDurationStr); in ProcessFile()