Class SamplingProfileNode

java.lang.Object
org.openqa.selenium.devtools.v85.memory.model.SamplingProfileNode

public class SamplingProfileNode extends Object
Heap profile sample.
  • Constructor Details

  • Method Details

    • getSize

      public Number getSize()
      Size of the sampled allocation.
    • getTotal

      public Number getTotal()
      Total bytes attributed to this sample.
    • getStack

      public List<String> getStack()
      Execution stack at the point of allocation.