Home
last modified time | relevance | path

Searched refs:ProfilerType (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Ddfx_jsnapi.h127 enum class PUBLIC_API ProfilerType : uint8_t { CPU_PROFILER, HEAP_PROFILER }; class in panda::DFXJSNApi
132 ProfilerType profilerType = ProfilerType::CPU_PROFILER;
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp601 option.profilerType = DFXJSNApi::ProfilerType::CPU_PROFILER; in HWTEST_F_L0()
607 option.profilerType = DFXJSNApi::ProfilerType::HEAP_PROFILER; in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp912 if (option.profilerType == ProfilerType::CPU_PROFILER) { in StartProfiler()

Completed in 4 milliseconds