Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp162 for (size_t timeIndex = 0; timeIndex < timeStamps_.size(); ++timeIndex) { in PushHeapStat() local
163 TimeStamp& timeStamp = timeStamps_[timeIndex]; in PushHeapStat()
176 statsBuffer.emplace_back(static_cast<int32_t>(timeIndex), nodesCount, nodesSize); in PushHeapStat()