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