Home
last modified time | relevance | path

Searched refs:responseLatency (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/converter/
H A DAppLaunchMonitorConverter.h49 checkPointData.responseLatency = appEvtData.responseLatency; in ConvertAppEvtDataToCheckPointData()
86 reportEvent.responseLatency = metrics.responseLatency; in ConvertMetricToReportEvent()
H A DAppMonitorDataConverter.h40 appEvtData.responseLatency = evt.responseLatency; in ConvertXperfEvtToAppEvtData()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/
H A DAppStartReporter.cpp39 "RESPONSE_LATENCY", data.responseLatency, in ReportNormal()
69 "RESPONSE_LATENCY", data.responseLatency, in ReportFault()
H A DIAppStartReportInfrastructure.h32 uint64_t responseLatency{0};
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/
H A DIAppLaunchSceneDataProcessor.h35 uint64_t responseLatency{0};
69 uint64_t responseLatency{0};
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/
H A DAppStartReporterAdapter.cpp55 info.responseLatency = event.responseLatency; in ConvertReportEventToEventInfo()
H A DSimpleAppStartReporterAdapter.cpp59 data.responseLatency = event.responseLatency; in ConvertReportEventToData()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/event_poster/
H A DEventsPoster.cpp52 info.responseLatency = event.responseLatency; in ConvertToAppStartInfo()
H A DIAppStartEventPoster.h34 uint64_t responseLatency{0};
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/reporter/
H A DIAppStartReporter.h32 uint64_t responseLatency{0};
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/executor/
H A DIAppThrExecutor.h36 uint64_t responseLatency{0};
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAppLaunchConverter.h45 point.responseLatency = data.responseLatency; in ConvertToInteractionResponse()
H A DAppLaunchSceneDataProcessor.cpp284 appStartMetrics.responseLatency = (!record.interactionResponse.note.empty()) ? in CalcMetrics()
285 … record.interactionResponse.responseLatency : record.interactionCompleted.animationStartLatency; in CalcMetrics()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/event_publisher/
H A DIEventObserver.h32 uint64_t responseLatency{0};
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_jank_stats.cpp468 int64_t responseLatency = rtEndTime_ - inputTime; in ReportEventResponse() local
471 responseLatency, GetSceneDescription(info).c_str()); in ReportEventResponse()
472 …RSBackgroundThread::Instance().PostTask([info, inputTime, beginVsyncTime, responseLatency, rtEndTi… in ReportEventResponse()
481 "RESPONSE_LATENCY", static_cast<uint64_t>(responseLatency)); in ReportEventResponse()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/
H A DIAppLaunchSceneDb.h41 uint64_t responseLatency{0};
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DXperfEvt.h90 uint64_t responseLatency{0};
H A DEvtParser.h248 evt.responseLatency = static_cast<uint64_t>(sysEvent.GetEventIntValue(RESPONSE_LATENCY)); in ConvertToXperfEvent()