Searched refs:HITCH_TIME_EPSILON (Results 1 – 1 of 1) sorted by relevance
34 constexpr float HITCH_TIME_EPSILON = 0.0001f; // 0.0001ms variable304 if (frameHitchTime - jankFrames.maxHitchTime_ > HITCH_TIME_EPSILON) { in UpdateHitchTime()