Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/
Dcpu_profiler_test.cpp24 class CpuProfilerFriendTest { class
26 …explicit CpuProfilerFriendTest(const EcmaVM *vm, const int interval) : cpu_profiler(vm, interval) … in CpuProfilerFriendTest() function in panda::ecmascript::CpuProfilerFriendTest
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.h144 friend class CpuProfilerFriendTest; variable