Home
last modified time | relevance | path

Searched refs:GetTotalCount (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot_json_serializer.cpp203 writer_->Write(node->GetTotalCount()); in SerializeTraceNode()
Dheap_snapshot.h306 uint32_t GetTotalCount() const in GetTotalCount() function
Dheap_snapshot.cpp789 uint32_t totalCount = topNode->GetTotalCount(); in AddTraceNode()