Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot.cpp159 uint32_t nodesCount = 0; in PushHeapStat() local
161 nodesCount++; in PushHeapStat()
165 if ((timeStamp.GetCount() != nodesCount) || (timeStamp.GetSize() != nodesSize)) { in PushHeapStat()
166 timeStamp.SetCount(nodesCount); in PushHeapStat()
168 statsBuffer.emplace_back(static_cast<int32_t>(timeIndex), nodesCount, nodesSize); in PushHeapStat() local

Completed in 3 milliseconds