/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
H A D | page_pattern.cpp | 109 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); in TriggerPageTransition() 494 if (PerfMonitor::GetPerfMonitor() != nullptr) { in NotifyPerfMonitorPageMsg() 495 PerfMonitor::GetPerfMonitor()->SetPageUrl(pageUrl); in NotifyPerfMonitorPageMsg() 497 PerfMonitor::GetPerfMonitor()->SetPageName(""); in NotifyPerfMonitorPageMsg() 498 PerfMonitor::GetPerfMonitor()->ReportPageShowMsg(pageUrl, bundleName, ""); in NotifyPerfMonitorPageMsg()
|
H A D | stage_manager.cpp | 99 …PerfMonitor::GetPerfMonitor()->Start(PerfConstants::ABILITY_OR_PAGE_SWITCH, PerfActionType::LAST_U… in FirePageTransition()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/performancemonitor/ |
H A D | napi_perf_monitor.cpp | 111 PerfMonitor* pMonitor = PerfMonitor::GetPerfMonitor(); in SceneStart() 119 PerfMonitor* pMonitor = PerfMonitor::GetPerfMonitor(); in SceneEnd() 127 PerfMonitor* pMonitor = PerfMonitor::GetPerfMonitor(); in InputEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/ |
H A D | jank_frame_report.cpp | 125 PerfMonitor::GetPerfMonitor()->SetFrameTime(timeStampNanos, duration, jank, windowName); in JankFrameRecord() 166 PerfMonitor::GetPerfMonitor()->ReportJankFrameApp(jank); in RecordJankStatus()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_jank_frame_report.cpp | 40 PerfMonitor* PerfMonitor::GetPerfMonitor() in GetPerfMonitor() function in OHOS::Ace::PerfMonitor
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_group_node.cpp | 530 …PerfMonitor::GetPerfMonitor()->Start(PerfConstants::ABILITY_OR_PAGE_SWITCH, PerfActionType::LAST_U… in CreateAnimationWithPop() 577 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); in TransitionWithPop() 641 …PerfMonitor::GetPerfMonitor()->Start(PerfConstants::ABILITY_OR_PAGE_SWITCH, PerfActionType::LAST_U… in CreateAnimationWithPush() 709 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); in TransitionWithPush() 833 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); in TransitionWithReplace() 862 …PerfMonitor::GetPerfMonitor()->Start(PerfConstants::ABILITY_OR_PAGE_SWITCH, PerfActionType::LAST_U… in TransitionWithReplace() 1212 …PerfMonitor::GetPerfMonitor()->Start(PerfConstants::ABILITY_OR_PAGE_SWITCH, PerfActionType::LAST_U… in CreateAnimationWithDialogPop() 1262 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); in TransitionWithDialogPop() 1296 …PerfMonitor::GetPerfMonitor()->Start(PerfConstants::ABILITY_OR_PAGE_SWITCH, PerfActionType::LAST_U… in CreateAnimationWithDialogPush() 1375 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); in TransitionWithDialogPush()
|
H A D | navigation_pattern.cpp | 1128 if (PerfMonitor::GetPerfMonitor() != nullptr) { in NotifyPageShow() 1129 PerfMonitor::GetPerfMonitor()->SetPageName(pageName); in NotifyPageShow() 1979 PerfMonitor::GetPerfMonitor()->Start(PerfConstants::ABILITY_OR_PAGE_SWITCH_INTERACTIVE, in TriggerCustomAnimation() 2002 … PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH_INTERACTIVE, true); in TriggerCustomAnimation() 2027 …PerfMonitor::GetPerfMonitor()->Start(PerfConstants::ABILITY_OR_PAGE_SWITCH, PerfActionType::LAST_U… in TriggerCustomAnimation() 2064 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); in OnCustomAnimationFinish() 2724 if (container != nullptr && PerfMonitor::GetPerfMonitor() != nullptr) { in NotifyPerfMonitorPageMsg() 2726 PerfMonitor::GetPerfMonitor()->ReportPageShowMsg("", bundleName, pageName); in NotifyPerfMonitorPageMsg() 2805 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); in RecoveryToLastStack() 2859 PerfMonitor::GetPerfMonitor()->End(PerfConstants::ABILITY_OR_PAGE_SWITCH, true); in ExecuteAddAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_view_ohos.cpp | 162 PerfMonitor* pMonitor = PerfMonitor::GetPerfMonitor(); in DispatchEventToPerf() 217 PerfMonitor* pMonitor = PerfMonitor::GetPerfMonitor(); in DispatchEventToPerf()
|
H A D | ui_content_impl.cpp | 1807 PerfMonitor::GetPerfMonitor()->SetApsMonitor(apsMonitor); in CommonInitialize() 2143 PerfMonitor::GetPerfMonitor()->SetAppStartStatus(); in Foreground() 2370 PerfMonitor::GetPerfMonitor()->RecordInputEvent(LAST_UP, UNKNOWN_SOURCE, 0); in ProcessBackPressed()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/perfmonitor/ |
H A D | perf_monitor.h | 148 static PerfMonitor* GetPerfMonitor();
|
H A D | perf_monitor.cpp | 276 PerfMonitor* PerfMonitor::GetPerfMonitor() in GetPerfMonitor() function in OHOS::Ace::PerfMonitor
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_pattern.cpp | 1287 PerfMonitor::GetPerfMonitor()->End(PerfConstants::APP_LIST_FLING, false); in AnimateTo() 1288 …PerfMonitor::GetPerfMonitor()->Start(PerfConstants::SCROLLER_ANIMATION, PerfActionType::FIRST_MOVE… in AnimateTo() 1302 PerfMonitor::GetPerfMonitor()->End(PerfConstants::SCROLLER_ANIMATION, false); in OnAnimateFinish() 2531 …PerfMonitor::GetPerfMonitor()->Start(PerfConstants::APP_LIST_FLING, PerfActionType::FIRST_MOVE, ""… in FireOnScrollStart() 2744 PerfMonitor::GetPerfMonitor()->End(PerfConstants::APP_LIST_FLING, false); in OnScrollStop()
|
H A D | scrollable.cpp | 126 PerfMonitor::GetPerfMonitor()->End(PerfConstants::APP_LIST_FLING, false); in ~Scrollable()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_pattern.cpp | 2709 …PerfMonitor::GetPerfMonitor()->Start(PerfConstants::APP_SWIPER_SCROLL, PerfActionType::FIRST_MOVE,… in HandleDragStart() 2785 PerfMonitor::GetPerfMonitor()->End(PerfConstants::APP_SWIPER_SCROLL, false); in HandleDragEnd() 3111 PerfMonitor::GetPerfMonitor()->End(PerfConstants::APP_SWIPER_FLING, true); in PlayPropertyTranslateAnimation() 3149 …PerfMonitor::GetPerfMonitor()->Start(PerfConstants::APP_SWIPER_FLING, PerfActionType::LAST_UP, ""); in PlayPropertyTranslateAnimation() 3498 PerfMonitor::GetPerfMonitor()->End(PerfConstants::APP_LIST_FLING, false); in OnSpringAnimationFinish() 3655 …PerfMonitor::GetPerfMonitor()->Start(PerfConstants::APP_LIST_FLING, PerfActionType::FIRST_MOVE, ""… in PlaySpringAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | pan_recognizer.cpp | 987 PerfMonitor* pMonitor = PerfMonitor::GetPerfMonitor(); in DispatchPanStartedToPerf()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_pattern.cpp | 1377 … PerfMonitor::GetPerfMonitor()->Start(PerfConstants::APP_TAB_SWITCH, PerfActionType::LAST_UP, ""); in ClickTo() 1751 … PerfMonitor::GetPerfMonitor()->Start(PerfConstants::APP_TAB_SWITCH, PerfActionType::LAST_UP, ""); in HandleSubTabBarClick() 3039 PerfMonitor::GetPerfMonitor()->End(PerfConstants::APP_TAB_SWITCH, true); in InitTurnPageRateEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.cpp | 2599 PerfMonitor::GetPerfMonitor()->SetAppForeground(true); in OnShow() 2638 PerfMonitor::GetPerfMonitor()->SetAppForeground(false); in OnHide()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_pattern.cpp | 279 …PerfMonitor::GetPerfMonitor()->Start(PerfConstants::APP_LIST_FLING, PerfActionType::FIRST_MOVE, ""… in FireOnScrollStart()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | page_router_manager.cpp | 89 PerfMonitor::GetPerfMonitor()->SetAppStartStatus(); in RunPage()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 3499 PerfMonitor::GetPerfMonitor()->SetAppForeground(true); in OnShow() 3517 PerfMonitor::GetPerfMonitor()->SetAppForeground(false); in OnHide()
|