Home
last modified time | relevance | path

Searched refs:PushTrace (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_profiler.h29 #define START_TRACING(traceTag) JSProfiler::GetInstance()->PushTrace(traceTag, 0, 0)
32 JSProfiler::GetInstance()->PushTrace(traceTag, componentNameId, 0)
34 JSProfiler::GetInstance()->PushTrace(traceTag, componentNameId, extraInfoId)
181 void PushTrace(PerformanceTag tag, uint8_t name, uint8_t description);
H A Djs_profiler.cpp286 void JSProfiler::PushTrace(PerformanceTag tag, uint8_t name, uint8_t description) in PushTrace() function in OHOS::ACELite::JSProfiler