Home
last modified time | relevance | path

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

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