Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_check.cpp40 std::string AceScopedPerformanceCheck::currentPath_; member in OHOS::Ace::AceScopedPerformanceCheck
150 currentPath_ = path; in RecordPerformanceCheckData()
343 auto pos = currentPath_.find("pages"); in GetCurrentSourceMap()
345 currentPath_ = currentPath_.substr(pos, currentPath_.size()); in GetCurrentSourceMap()
347 pos = currentPath_.find(".js"); in GetCurrentSourceMap()
349 currentPath_ = currentPath_.substr(0, pos); in GetCurrentSourceMap()
352 auto pagePath = currentPath_; in GetCurrentSourceMap()
[all...]
H A Dace_performance_check.h90 static std::string currentPath_; member in OHOS::Ace::final

Completed in 1 milliseconds