Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_publish/include/
H A Dapp_event_handler.h56 struct ScrollJankInfo : public BundleInfo, public ProcessInfo, public AbilityInfo { struct
57 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 …]
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/event_publisher/
H A DIEventObserver.h51 struct ScrollJankInfo { struct
H A DEventObserverConverter.h24 using ScrollJankInfo = IEventObserver::ScrollJankInfo; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/event_poster/
H A DEventsPoster.h23 using ScrollJankInfo = IEventObserver::ScrollJankInfo; variable