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.h132 ProfilerType profilerType = ProfilerType::CPU_PROFILER; member
/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.cpp908 LOG_ECMA(INFO) << "DFXJSNApi::StartProfiler, type = " << (int)option.profilerType in StartProfiler()
912 if (option.profilerType == ProfilerType::CPU_PROFILER) { in StartProfiler()

Completed in 3 milliseconds