Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp2496 const time_point timeAfterGpu = std::chrono::high_resolution_clock::now(); in Defragment() local
2503 const duration defragDurationGpu = timeAfterGpu - timeAfterDefragBegin; in Defragment()
2504 const duration defragDurationEnd = timeAfterDefragEnd - timeAfterGpu; in Defragment()