Home
last modified time | relevance | path

Searched refs:frameHitchTime (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_jank_stats.cpp300 const float frameHitchTime = std::max<float>(0.f, frameTimeForHTR - standardFrameTime); in UpdateHitchTime() local
304 if (frameHitchTime - jankFrames.maxHitchTime_ > HITCH_TIME_EPSILON) { in UpdateHitchTime()
306 jankFrames.maxHitchTime_ = frameHitchTime; in UpdateHitchTime()
308 jankFrames.totalHitchTimeSteady_ += frameHitchTime; in UpdateHitchTime()