Home
last modified time | relevance | path

Searched refs:CheckPage (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_check.cpp139 bool AceScopedPerformanceCheck::CheckPage(const CodeInfo& codeInfo, const std::string& rule) in CheckPage() function in OHOS::Ace::AceScopedPerformanceCheck
188 CheckPage(codeInfo, "9901")) { in RecordPageNodeCountAndDepth()
245 if (vsyncTimeout < AceChecker::GetVsyncTimeout() || CheckPage(codeInfo, "9903")) { in RecordVsyncTimeout()
280 if (count == 0 || count < AceChecker::GetForeachItems() || CheckPage(codeInfo, "9904")) { in RecordForEachItemsCount()
310 if (flexNodeList.empty() || CheckPage(codeInfo, "9905")) { in RecordFlexLayoutsCount()
H A Dace_performance_check.h85 static bool CheckPage(const CodeInfo& codeInfo, const std::string& rule);

Completed in 2 milliseconds