Class SamplingHeapProfileSample
java.lang.Object
io.webfolder.cdp.type.heapprofiler.SamplingHeapProfileSample
A single sample from a sampling profile.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionId of the corresponding profile tree node.Time-ordered sample ordinal number.getSize()
Allocation size in bytes attributed to the sample.void
Id of the corresponding profile tree node.void
setOrdinal
(Double ordinal) Time-ordered sample ordinal number.void
Allocation size in bytes attributed to the sample.toString()
-
Constructor Details
-
SamplingHeapProfileSample
public SamplingHeapProfileSample()
-
-
Method Details
-
getSize
Allocation size in bytes attributed to the sample. -
setSize
Allocation size in bytes attributed to the sample. -
getNodeId
Id of the corresponding profile tree node. -
setNodeId
Id of the corresponding profile tree node. -
getOrdinal
Time-ordered sample ordinal number. It is unique across all profiles retrieved between startSampling and stopSampling. -
setOrdinal
Time-ordered sample ordinal number. It is unique across all profiles retrieved between startSampling and stopSampling. -
toString
-