Home
last modified time | relevance | path

Searched refs:PerformanceTag (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_profiler.h55 enum PerformanceTag { enum
181 void PushTrace(PerformanceTag tag, uint8_t name, uint8_t description);
H A Djs_profiler.cpp55 PerformanceTag parentPhase;
286 void JSProfiler::PushTrace(PerformanceTag tag, uint8_t name, uint8_t description) in PushTrace()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dprofiler_module.cpp59 START_TRACING_WITH_EXTRA_INFO((PerformanceTag)tag, component, description); in StartTracing()