Class SamplingHeapProfileSample

java.lang.Object
org.openqa.selenium.devtools.v85.heapprofiler.model.SamplingHeapProfileSample

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

    • SamplingHeapProfileSample

      public SamplingHeapProfileSample(Number size, Integer nodeId, Number ordinal)
  • Method Details

    • getSize

      public Number getSize()
      Allocation size in bytes attributed to the sample.
    • getNodeId

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

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