Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp2484 const time_point timeAfterDefragBegin = std::chrono::high_resolution_clock::now(); in Defragment() local
2502 const duration defragDurationBegin = timeAfterDefragBegin - timeBeg; in Defragment()
2503 const duration defragDurationGpu = timeAfterGpu - timeAfterDefragBegin; in Defragment()