Searched refs:timeAfterGpu (Results 1 – 1 of 1) sorted by relevance
2496 const time_point timeAfterGpu = std::chrono::high_resolution_clock::now(); in Defragment() local2503 const duration defragDurationGpu = timeAfterGpu - timeAfterDefragBegin; in Defragment()2504 const duration defragDurationEnd = timeAfterDefragEnd - timeAfterGpu; in Defragment()