Class SamplingProfileNode
- java.lang.Object
-
- org.openqa.selenium.devtools.memory.model.SamplingProfileNode
-
public class SamplingProfileNode extends java.lang.Object
Heap profile sample.
-
-
Constructor Summary
Constructors Constructor Description SamplingProfileNode(java.lang.Number size, java.lang.Number total, java.util.List<java.lang.String> stack)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Number
getSize()
Size of the sampled allocation.java.util.List<java.lang.String>
getStack()
Execution stack at the point of allocation.java.lang.Number
getTotal()
Total bytes attributed to this sample.
-