Class SamplingHeapProfileNode

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

public class SamplingHeapProfileNode extends Object
Sampling Heap Profile node. Holds callsite information, allocation statistics and child nodes.
  • Constructor Details

  • Method Details

    • getCallFrame

      public CallFrame getCallFrame()
      Function location.
    • getSelfSize

      public Number getSelfSize()
      Allocations size in bytes for the node excluding children.
    • getId

      public Integer getId()
      Node id. Ids are unique across all profiles collected between startSampling and stopSampling.
    • getChildren

      public List<SamplingHeapProfileNode> getChildren()
      Child nodes.