Searched refs:PushTrace (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | js_profiler.h | 29 #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 D | js_profiler.cpp | 286 void JSProfiler::PushTrace(PerformanceTag tag, uint8_t name, uint8_t description) in PushTrace() function in OHOS::ACELite::JSProfiler
|