Home
last modified time | relevance | path

Searched refs:animationEndLatency (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/converter/
H A DAppLaunchMonitorConverter.h64 checkPointData.animationEndLatency = appEvtData.animationEndLatency; in ConvertAppEvtDataToCheckPointData()
96 reportEvent.animationEndLatency = metrics.animationEndLatency; in ConvertMetricToReportEvent()
H A DAppMonitorDataConverter.h55 appEvtData.animationEndLatency = evt.animationEndLatency; in ConvertXperfEvtToAppEvtData()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/
H A DIAppLaunchSceneDataProcessor.h50 uint64_t animationEndLatency{0};
79 uint64_t animationEndLatency{0}; //form animation_start to animation_end
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/reporter/
H A DIAppStartReporter.h42 uint64_t animationEndLatency{0};
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/executor/
H A DIAppThrExecutor.h51 uint64_t animationEndLatency{0};
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAppLaunchConverter.h192 point.animationEndLatency = data.animationEndLatency; in ConvertToInteractionCompleted()
H A DAppLaunchSceneDataProcessor.cpp330 appStartMetrics.animationEndLatency = record.interactionCompleted.animationEndLatency; in CalcLatency()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/
H A DSimpleAppStartReporterAdapter.cpp69 data.animationLatency = event.animationEndLatency; in ConvertReportEventToData()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/
H A DIAppLaunchSceneDb.h167 uint64_t animationEndLatency{0};
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DXperfEvt.h120 uint64_t animationEndLatency{0};
H A DEvtParser.h267 evt.animationEndLatency = evt.animationLatency; in ConvertToXperfEvent()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_jank_stats.cpp492 int64_t animationEndLatency = endVsyncTime - beginVsyncTime; in ReportEventComplete() local
497 info, inputTime, animationStartLatency, animationEndLatency, completedLatency]() { in ReportEventComplete()
506 …static_cast<uint64_t>(animationEndLatency), "E2E_LATENCY", static_cast<uint64_t>(completedLatency)… in ReportEventComplete()