Home
last modified time | relevance | path

Searched refs:StartCpuProfilerForInfo (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.h88 void StartCpuProfilerForInfo();
Dcpu_profiler.cpp50 void CpuProfiler::StartCpuProfilerForInfo() in StartCpuProfilerForInfo() function in panda::ecmascript::CpuProfiler
/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h86 static void StartCpuProfilerForInfo(const EcmaVM *vm,
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp400 void DFXJSNApi::StartCpuProfilerForInfo([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] int int… in StartCpuProfilerForInfo() function in panda::DFXJSNApi
411 profiler->StartCpuProfilerForInfo(); in StartCpuProfilerForInfo()
564 StartCpuProfilerForInfo(vm, option.interval); in StartProfiler()
/arkcompiler/toolchain/tooling/agent/
Dprofiler_impl.cpp167 panda::DFXJSNApi::StartCpuProfilerForInfo(vm_); in Start()