Searched defs:CpuProfiler (Results 1 – 2 of 2) sorted by relevance
33 CpuProfiler::CpuProfiler(const EcmaVM *vm, const int interval) : vm_(vm), interval_(interval) in CpuProfiler() function in panda::ecmascript::CpuProfiler
64 class CpuProfiler; variable