Home
last modified time | relevance | path

Searched defs:JankFrames (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_jank_stats.h39 struct JankFrames { struct
47 bool isUpdateJankFrame_ = false;
48 bool isFirstFrame_ = false;
49 bool isFirstFrameTemp_ = false;
51 bool isAnimationEnded_ = false;
64 int32_t seqMissedFrames_ = 0;
65 int32_t totalFrames_ = 0;
66 int32_t lastTotalFrames_ = 0;
80 float maxHitchTime_ = 0;
81 float lastMaxHitchTime_ = 0;
[all …]