Uses of Class
org.openqa.selenium.devtools.heapprofiler.model.SamplingHeapProfileNode
-
Packages that use SamplingHeapProfileNode Package Description org.openqa.selenium.devtools.heapprofiler.model -
-
Uses of SamplingHeapProfileNode in org.openqa.selenium.devtools.heapprofiler.model
Methods in org.openqa.selenium.devtools.heapprofiler.model that return SamplingHeapProfileNode Modifier and Type Method Description SamplingHeapProfileNode
SamplingHeapProfile. getHead()
Methods in org.openqa.selenium.devtools.heapprofiler.model that return types with arguments of type SamplingHeapProfileNode Modifier and Type Method Description java.util.List<SamplingHeapProfileNode>
SamplingHeapProfileNode. getChildren()
Child nodes.Constructors in org.openqa.selenium.devtools.heapprofiler.model with parameters of type SamplingHeapProfileNode Constructor Description SamplingHeapProfile(SamplingHeapProfileNode head, java.util.List<SamplingHeapProfileSample> samples)
Constructor parameters in org.openqa.selenium.devtools.heapprofiler.model with type arguments of type SamplingHeapProfileNode Constructor Description SamplingHeapProfileNode(CallFrame callFrame, java.lang.Number selfSize, java.lang.Integer id, java.util.List<SamplingHeapProfileNode> children)
-