Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/converter/
H A DAppMonitorDataConverter.h61 appEvtData.animationStartLatency = evt.animationStartLatency; in ConvertXperfEvtToAppEvtData()
H A DAppLaunchMonitorConverter.h67 checkPointData.animationStartLatency = appEvtData.animationStartLatency; in ConvertAppEvtDataToCheckPointData()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/executor/
H A DIAppThrExecutor.h50 uint64_t animationStartLatency{0};
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAppLaunchConverter.h191 point.animationStartLatency = data.animationStartLatency; in ConvertToInteractionCompleted()
H A DAppLaunchSceneDataProcessor.cpp285 … record.interactionResponse.responseLatency : record.interactionCompleted.animationStartLatency; in CalcMetrics()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/
H A DIAppLaunchSceneDataProcessor.h49 uint64_t animationStartLatency{0};
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/
H A DIAppLaunchSceneDb.h166 uint64_t animationStartLatency{0};
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DXperfEvt.h119 uint64_t animationStartLatency{0};
H A DEvtParser.h266 …evt.animationStartLatency = static_cast<uint64_t>(sysEvent.GetEventIntValue(KEY_ANIMATION_START_LA… in ConvertToXperfEvent()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_jank_stats.cpp491 int64_t animationStartLatency = beginVsyncTime - inputTime; in ReportEventComplete() local
497 info, inputTime, animationStartLatency, animationEndLatency, completedLatency]() { in ReportEventComplete()
505 … "ANIMATION_START_LATENCY", static_cast<uint64_t>(animationStartLatency), "ANIMATION_END_LATENCY", in ReportEventComplete()