Home
last modified time | relevance | path

Searched refs:SetIsProfiling (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp77 vm_->GetJSThread()->SetIsProfiling(true); in StartCpuProfilerForInfo()
137 vm_->GetJSThread()->SetIsProfiling(true); in StartCpuProfilerForFile()
164 vm_->GetJSThread()->SetIsProfiling(false); in StopCpuProfilerForInfo()
199 vm_->GetJSThread()->SetIsProfiling(false); in StopCpuProfilerForFile()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h475 void SetIsProfiling(bool isProfiling) in SetIsProfiling() function