Home
last modified time | relevance | path

Searched refs:e2eLatency (Results 1 - 17 of 17) sorted by relevance

/base/hiviewdfx/hiview/plugins/performance/monitor/converter/
H A DAppLaunchMonitorConverter.h67 checkPointData.e2eLatency = appEvtData.e2eLatency; in ConvertAppEvtDataToCheckPointData()
100 reportEvent.e2eLatency = metrics.e2eLatency; in ConvertMetricToReportEvent()
H A DAppMonitorDataConverter.h58 appEvtData.e2eLatency = evt.e2eLatency; in ConvertXperfEvtToAppEvtData()
/base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/
H A DAppStartReporter.cpp52 "E2E_LATENCY", data.e2eLatency); in ReportNormal()
82 "E2E_LATENCY", data.e2eLatency, in ReportFault()
H A DIAppStartReportInfrastructure.h45 uint64_t e2eLatency{0};
/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/
H A DAppStartReporterAdapter.cpp68 info.e2eLatency = event.e2eLatency; in ConvertReportEventToEventInfo()
H A DSimpleAppStartReporterAdapter.cpp72 data.e2eLatency = event.e2eLatency; in ConvertReportEventToData()
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/
H A DIAppLaunchSceneDataProcessor.h53 uint64_t e2eLatency{0};
83 uint64_t e2eLatency{0};
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAppLaunchSceneDataProcessor.cpp320 uint64_t e2eLatency = 0; in CalcLatency() local
323 if (appStartMetrics.firstFrameDrawnLatency > e2eLatency) { in CalcLatency()
324 e2eLatency = appStartMetrics.firstFrameDrawnLatency; in CalcLatency()
333 appStartMetrics.animationLatency = record.interactionCompleted.e2eLatency; in CalcLatency()
335 if (latency > e2eLatency) { in CalcLatency()
336 e2eLatency = latency; in CalcLatency()
344 appStartMetrics.e2eLatency = e2eLatency; in CalcLatency()
H A DAppLaunchConverter.h195 point.e2eLatency = data.e2eLatency; in ConvertToInteractionCompleted()
/base/hiviewdfx/hiview/plugins/performance/reporter/event_poster/
H A DIAppStartEventPoster.h47 uint64_t e2eLatency{0};
H A DEventsPoster.cpp65 info.e2eLatency = event.e2eLatency; in ConvertToAppStartInfo()
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/executor/
H A DIAppThrExecutor.h54 uint64_t e2eLatency{0};
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/reporter/
H A DIAppStartReporter.h46 uint64_t e2eLatency{0};
/base/hiviewdfx/hiview/plugins/performance/event_publisher/
H A DIEventObserver.h45 uint64_t e2eLatency{0};
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/
H A DIAppLaunchSceneDb.h170 uint64_t e2eLatency{0};
/base/hiviewdfx/hiview/plugins/performance/
H A DXperfEvt.h93 uint64_t e2eLatency{0};
H A DEvtParser.h251 evt.e2eLatency = static_cast<uint64_t>(sysEvent.GetEventIntValue(E2E_LATENCY)); in ConvertToXperfEvent()

Completed in 6 milliseconds