Searched refs:responseLatency (Results 1 – 18 of 18) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/converter/ |
H A D | AppLaunchMonitorConverter.h | 49 checkPointData.responseLatency = appEvtData.responseLatency; in ConvertAppEvtDataToCheckPointData() 86 reportEvent.responseLatency = metrics.responseLatency; in ConvertMetricToReportEvent()
|
H A D | AppMonitorDataConverter.h | 40 appEvtData.responseLatency = evt.responseLatency; in ConvertXperfEvtToAppEvtData()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/ |
H A D | AppStartReporter.cpp | 39 "RESPONSE_LATENCY", data.responseLatency, in ReportNormal() 69 "RESPONSE_LATENCY", data.responseLatency, in ReportFault()
|
H A D | IAppStartReportInfrastructure.h | 32 uint64_t responseLatency{0};
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/ |
H A D | IAppLaunchSceneDataProcessor.h | 35 uint64_t responseLatency{0}; 69 uint64_t responseLatency{0};
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/ |
H A D | AppStartReporterAdapter.cpp | 55 info.responseLatency = event.responseLatency; in ConvertReportEventToEventInfo()
|
H A D | SimpleAppStartReporterAdapter.cpp | 59 data.responseLatency = event.responseLatency; in ConvertReportEventToData()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/event_poster/ |
H A D | EventsPoster.cpp | 52 info.responseLatency = event.responseLatency; in ConvertToAppStartInfo()
|
H A D | IAppStartEventPoster.h | 34 uint64_t responseLatency{0};
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/reporter/ |
H A D | IAppStartReporter.h | 32 uint64_t responseLatency{0};
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/executor/ |
H A D | IAppThrExecutor.h | 36 uint64_t responseLatency{0};
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/ |
H A D | AppLaunchConverter.h | 45 point.responseLatency = data.responseLatency; in ConvertToInteractionResponse()
|
H A D | AppLaunchSceneDataProcessor.cpp | 284 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 D | IEventObserver.h | 32 uint64_t responseLatency{0};
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_jank_stats.cpp | 468 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 D | IAppLaunchSceneDb.h | 41 uint64_t responseLatency{0};
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/ |
H A D | XperfEvt.h | 90 uint64_t responseLatency{0};
|
H A D | EvtParser.h | 248 evt.responseLatency = static_cast<uint64_t>(sysEvent.GetEventIntValue(RESPONSE_LATENCY)); in ConvertToXperfEvent()
|