Class HeapStatsUpdate
java.lang.Object
io.webfolder.cdp.event.heapprofiler.HeapStatsUpdate
public class HeapStatsUpdate
extends java.lang.Object
If heap objects tracking has been started then backend may send update for one or more fragments
-
Constructor Summary
Constructors Constructor Description HeapStatsUpdate()
-
Method Summary
Modifier and Type Method Description java.util.List<java.lang.Integer>
getStatsUpdate()
An array of triplets.void
setStatsUpdate(java.util.List<java.lang.Integer> statsUpdate)
An array of triplets.
-
Constructor Details
-
HeapStatsUpdate
public HeapStatsUpdate()
-
-
Method Details
-
getStatsUpdate
public java.util.List<java.lang.Integer> getStatsUpdate()An array of triplets. Each triplet describes a fragment. The first integer is the fragment index, the second integer is a total count of objects for the fragment, the third integer is a total size of the objects for the fragment. -
setStatsUpdate
public void setStatsUpdate(java.util.List<java.lang.Integer> statsUpdate)An array of triplets. Each triplet describes a fragment. The first integer is the fragment index, the second integer is a total count of objects for the fragment, the third integer is a total size of the objects for the fragment.
-