Home
last modified time | relevance | path

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

/arkcompiler/toolchain/test/autotest/aw/implement_api/
Dprofiler_api.py35 class ProfilerImpl(ProtocolImpl): class
/arkcompiler/toolchain/tooling/dynamic/agent/
Dprofiler_impl.h29 ProfilerImpl(const EcmaVM *vm, ProtocolChannel *channel) : vm_(vm), frontend_(channel) {} in ProfilerImpl() function