Home
last modified time | relevance | path

Searched refs:DProfilerListener (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/dprofiler/
H A Ddprofiler.cpp31 class DProfilerListener : public RuntimeListener { class
33 explicit DProfilerListener(DProfiler *dprofiler) : dprofiler_(dprofiler) {} in DProfilerListener() function in ark::DProfilerListener
44 ~DProfilerListener() override = default;
46 DEFAULT_COPY_SEMANTIC(DProfilerListener);
47 DEFAULT_MOVE_SEMANTIC(DProfilerListener);
69 listener_(MakePandaUnique<DProfilerListener>(this)) in DProfiler()

Completed in 1 milliseconds