Searched defs:CpuProfilerFriendTest (Results 1 – 2 of 2) sorted by relevance
24 class CpuProfilerFriendTest { class26 …explicit CpuProfilerFriendTest(const EcmaVM *vm, const int interval) : cpu_profiler(vm, interval) … in CpuProfilerFriendTest() function in panda::ecmascript::CpuProfilerFriendTest
144 friend class CpuProfilerFriendTest; variable