Home
last modified time | relevance | path

Searched refs:totalMissedFrames (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/converter/
H A DJankAnimatorMonitorConverter.h47 event.totalAppMissedFrames = metrics.appInfo.totalMissedFrames; in ConverterReportData()
52 event.totalRenderMissedFrames = metrics.rsInfo.totalMissedFrames; in ConverterReportData()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DXperfEvt.h42 int32_t totalMissedFrames{0};
H A DEvtParser.h293 evt.animatorInfo.commonInfo.totalMissedFrames in ConvertToXperfAnimatorEvent()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Devent_report.cpp447 const auto& totalMissedFrames = data.totalMissed; in ReportEventJankFrame() local
469 EVENT_KEY_TOTAL_MISSED_FRAMES, totalMissedFrames, in ReportEventJankFrame()