Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp387 …if (options_.EnableCpuProfilerColdStartMainThread() && options_.GetArkBundleName().compare(bundleN… in CheckStartCpuProfiler()
Djs_runtime_options.h438 bool EnableCpuProfilerColdStartMainThread() const in EnableCpuProfilerColdStartMainThread() function
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp370 if (options.EnableCpuProfilerColdStartMainThread()) { in StopCpuProfilerForColdStart()