Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/test/
H A Dheapprofiler_impl_test.cpp494 auto heapprofiler = std::make_unique<HeapProfilerImplFriendTest>(tracing); in HWTEST_F_L0() local
495 heapprofiler->ResetProfiles(); in HWTEST_F_L0()
498 heapprofiler = std::make_unique<HeapProfilerImplFriendTest>(tracing); in HWTEST_F_L0()
499 heapprofiler->ResetProfiles(); in HWTEST_F_L0()
514 auto heapprofiler = std::make_unique<HeapProfilerImplFriendTest>(tracing); in HWTEST_F_L0() local
515 heapprofiler->LastSeenObjectId(0, 0); in HWTEST_F_L0()
518 heapprofiler = std::make_unique<HeapProfilerImplFriendTest>(tracing); in HWTEST_F_L0()
519 heapprofiler->LastSeenObjectId(0, 0); in HWTEST_F_L0()
537 auto heapprofiler = std::make_unique<HeapProfilerImplFriendTest>(tracing); in HWTEST_F_L0() local
538 heapprofiler in HWTEST_F_L0()
558 auto heapprofiler = std::make_unique<HeapProfilerImplFriendTest>(tracing); HWTEST_F_L0() local
569 auto heapprofiler = std::make_unique<HeapProfilerImplFriendTest>(tracing); HWTEST_F_L0() local
[all...]
/arkcompiler/toolchain/tooling/agent/
H A Dheapprofiler_impl.h64 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<HeapProfilerImpl> heapprofiler) in DispatcherImpl() argument
65 : DispatcherBase(channel), heapprofiler_(std::move(heapprofiler)) {} in DispatcherImpl()

Completed in 4 milliseconds