Class SamplingHeapProfileSample

java.lang.Object
io.webfolder.cdp.type.heapprofiler.SamplingHeapProfileSample

public class SamplingHeapProfileSample extends Object
A single sample from a sampling profile.
  • Constructor Details

    • SamplingHeapProfileSample

      public SamplingHeapProfileSample()
  • Method Details

    • getSize

      public Double getSize()
      Allocation size in bytes attributed to the sample.
    • setSize

      public void setSize(Double size)
      Allocation size in bytes attributed to the sample.
    • getNodeId

      public Integer getNodeId()
      Id of the corresponding profile tree node.
    • setNodeId

      public void setNodeId(Integer nodeId)
      Id of the corresponding profile tree node.
    • getOrdinal

      public Double getOrdinal()
      Time-ordered sample ordinal number. It is unique across all profiles retrieved between startSampling and stopSampling.
    • setOrdinal

      public void setOrdinal(Double ordinal)
      Time-ordered sample ordinal number. It is unique across all profiles retrieved between startSampling and stopSampling.
    • toString

      public String toString()
      Overrides:
      toString in class Object