Searched refs:timeBeg (Results 1 – 2 of 2) sorted by relevance
2468 const time_point timeBeg = std::chrono::high_resolution_clock::now(); in Defragment() local2502 const duration defragDurationBegin = timeAfterDefragBegin - timeBeg; in Defragment()4066 const time_point timeBeg = std::chrono::high_resolution_clock::now(); in ProcessFile() local4124 const duration playDuration = std::chrono::high_resolution_clock::now() - timeBeg; in ProcessFile()
320 time_point timeBeg = std::chrono::high_resolution_clock::now(); in MainTest() local674 outResult.TotalTime = std::chrono::high_resolution_clock::now() - timeBeg; in MainTest()4366 time_point timeBeg = std::chrono::high_resolution_clock::now(); in TestPool_Benchmark() local4642 outResult.TotalTime = std::chrono::high_resolution_clock::now() - timeBeg; in TestPool_Benchmark()