Home
last modified time | relevance | path

Searched refs:heapStatsUpdate (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.cpp227 tooling::HeapStatsUpdate heapStatsUpdate; in HeapStatsUpdate() local
228 heapStatsUpdate.SetStatsUpdate(std::move(statsDiff)); in HeapStatsUpdate()
229 channel_->SendNotification(heapStatsUpdate); in HeapStatsUpdate()
/arkcompiler/toolchain/tooling/test/
Ddebugger_events_test.cpp407 HeapStatsUpdate heapStatsUpdate; in HWTEST_F_L0() local
408 heapStatsUpdate.SetStatsUpdate(std::vector<int32_t> {}); in HWTEST_F_L0()
410 std::unique_ptr<PtJson> json = heapStatsUpdate.ToJson(); in HWTEST_F_L0()