Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp283 if (options.EnableCpuProfilerColdStartWorkerThread()) { in StopCpuProfilerForColdStart()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp346 …if (options_.EnableCpuProfilerColdStartWorkerThread() && options_.GetArkBundleName().compare(bundl… in CheckStartCpuProfiler()
Djs_runtime_options.h387 bool EnableCpuProfilerColdStartWorkerThread() const in EnableCpuProfilerColdStartWorkerThread() function