Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp2468 const time_point timeBeg = std::chrono::high_resolution_clock::now(); in Defragment() local
2502 const duration defragDurationBegin = timeAfterDefragBegin - timeBeg; in Defragment()
4066 const time_point timeBeg = std::chrono::high_resolution_clock::now(); in ProcessFile() local
4124 const duration playDuration = std::chrono::high_resolution_clock::now() - timeBeg; in ProcessFile()
/external/angle/third_party/vulkan_memory_allocator/src/
DTests.cpp320 time_point timeBeg = std::chrono::high_resolution_clock::now(); in MainTest() local
674 outResult.TotalTime = std::chrono::high_resolution_clock::now() - timeBeg; in MainTest()
4366 time_point timeBeg = std::chrono::high_resolution_clock::now(); in TestPool_Benchmark() local
4642 outResult.TotalTime = std::chrono::high_resolution_clock::now() - timeBeg; in TestPool_Benchmark()