Home
last modified time | relevance | path

Searched defs:CpuProfiler (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp32 CpuProfiler::CpuProfiler(const EcmaVM *vm, const int interval) : vm_(vm), interval_(interval) in CpuProfiler() function in panda::ecmascript::CpuProfiler
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h51 class CpuProfiler; variable