Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp85 generator_->SetIsStart(true); in StartCpuProfilerForInfo()
148 generator_->SetIsStart(true); in StartCpuProfilerForFile()
171 generator_->SetIsStart(false); in StopCpuProfilerForInfo()
206 generator_->SetIsStart(false); in StopCpuProfilerForFile()
Dsamples_record.h135 void SetIsStart(bool isStart);
Dsamples_record.cpp647 void SamplesRecord::SetIsStart(bool isStart) in SetIsStart() function in panda::ecmascript::SamplesRecord