Searched refs:lastMaxHitchOccurenceTimeSteady_ (Results 1 – 3 of 3) sorted by relevance
63 int64_t lastMaxHitchOccurenceTimeSteady_ = TIMESTAMP_INITIAL; member
297 jankFrames.lastMaxHitchOccurenceTimeSteady_ = jankFrames.maxHitchOccurenceTimeSteady_; in UpdateHitchTime()613 if (jankFrames.lastMaxHitchOccurenceTimeSteady_ != TIMESTAMP_INITIAL) { in GetMaxJankInfo()614 …maxHitchTimeFromStart = std::max<int64_t>(0, jankFrames.lastMaxHitchOccurenceTimeSteady_ - startTi… in GetMaxJankInfo()
620 jankFrames.lastMaxHitchOccurenceTimeSteady_ = 0;