Home
last modified time | relevance | path

Searched refs:durition (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/
H A DJankAnimatorReporterAdapter.cpp81 data.durition = event.durition; in ConvertReporterEventToData()
114 info.duration = event.durition; in ConvertReportEventToEventInfo()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/
H A DJankAnimatorReporter.cpp40 "DURATION", data.durition, in ReportNormal()
69 "DURATION", data.durition, in ReportCritical()
H A DIJankAnimatorReportInfrastructure.h33 uint64_t durition{0};
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/converter/
H A DJankAnimatorMonitorConverter.h45 event.durition = metrics.appInfo.durition; in ConverterReportData()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/reporter/
H A DIJankAnimatorReporter.h33 uint64_t durition{0};
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_jank_frame_report.cpp51 void PerfMonitor::SetFrameTime(int64_t vsyncTime, int64_t durition, double jank, const std::string&… in SetFrameTime() argument
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DXperfEvt.h40 uint64_t durition{0};
H A DEvtParser.h290 … evt.animatorInfo.commonInfo.durition = static_cast<uint64_t>(sysEvent.GetEventIntValue(DURITION)); in ConvertToXperfAnimatorEvent()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Devent_report.cpp445 const auto& durition = (data.endVsyncTime - data.beginVsyncTime) / NS_TO_MS; in ReportEventJankFrame() local
467 EVENT_KEY_DURITION, static_cast<uint64_t>(durition), in ReportEventJankFrame()