Searched refs:frameHitchTime (Results 1 – 1 of 1) sorted by relevance
300 const float frameHitchTime = std::max<float>(0.f, frameTimeForHTR - standardFrameTime); in UpdateHitchTime() local304 if (frameHitchTime - jankFrames.maxHitchTime_ > HITCH_TIME_EPSILON) { in UpdateHitchTime()306 jankFrames.maxHitchTime_ = frameHitchTime; in UpdateHitchTime()308 jankFrames.totalHitchTimeSteady_ += frameHitchTime; in UpdateHitchTime()