Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp2531 std::string defragDurationBeginStr; in Defragment() local
2534 SecondsToFriendlyStr(ToFloatSeconds(defragDurationBegin), defragDurationBeginStr); in Defragment()
2539 printf(" vmaDefragmentationBegin: %s\n", defragDurationBeginStr.c_str()); in Defragment()