Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_jank_stats.cpp297 jankFrames.lastMaxHitchOccurenceTimeSteady_ = jankFrames.maxHitchOccurenceTimeSteady_; in UpdateHitchTime()
305 jankFrames.maxHitchOccurenceTimeSteady_ = rtEndTimeSteady_; in UpdateHitchTime()
606 if (jankFrames.maxHitchOccurenceTimeSteady_ != TIMESTAMP_INITIAL) { in GetMaxJankInfo()
607 …maxHitchTimeFromStart = std::max<int64_t>(0, jankFrames.maxHitchOccurenceTimeSteady_ - startTimeSt… in GetMaxJankInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_jank_stats.h62 int64_t maxHitchOccurenceTimeSteady_ = TIMESTAMP_INITIAL; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_jank_stats_test.cpp616 jankFrames.maxHitchOccurenceTimeSteady_ = 0;