Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h90 enum class PUBLIC_API ProfilerType : uint8_t { CPU_PROFILER, HEAP_PROFILER }; enumerator
95 ProfilerType profilerType = ProfilerType::CPU_PROFILER;
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp561 if (option.profilerType == ProfilerType::CPU_PROFILER) { in StartProfiler()