Searched defs:ScrollJankInfo (Results 1 – 4 of 4) sorted by relevance
56 struct ScrollJankInfo : public BundleInfo, public ProcessInfo, public AbilityInfo { struct57 uint64_t beginTime = 0;58 uint64_t duration = 0;59 int32_t totalAppFrames = 0;60 int32_t totalAppMissedFrames = 0;61 uint64_t maxAppFrametime = 0;62 int32_t maxAppSeqFrames = 0;63 int32_t totalRenderFrames = 0;64 int32_t totalRenderMissedFrames = 0;65 uint64_t maxRenderFrametime = 0;[all …]
51 struct ScrollJankInfo { struct
24 using ScrollJankInfo = IEventObserver::ScrollJankInfo; variable
23 using ScrollJankInfo = IEventObserver::ScrollJankInfo; variable