Searched refs:endTime (Results 1 – 3 of 3) sorted by relevance
61 auto endTime = std::chrono::system_clock::now(); in RunTimerTick() local68 int64_t timePassed = duration_cast<chrono::milliseconds>(endTime - startTime).count(); in RunTimerTick()75 startTime = endTime; in RunTimerTick()
235 auto endTime = std::chrono::system_clock::now(); in JudgeAndDropFrame() local236 int64_t timePassed = chrono::duration_cast<chrono::milliseconds>(endTime - in JudgeAndDropFrame()254 auto endTime = std::chrono::system_clock::now(); in JudgeStaticImage() local255 int64_t timePassed = chrono::duration_cast<chrono::milliseconds>(endTime - in JudgeStaticImage()
38 auto endTime = std::chrono::system_clock::now(); in StartTimer() local39 int64_t timePassed = chrono::duration_cast<chrono::milliseconds>(endTime - in StartTimer()