Uses of Class
org.openqa.selenium.devtools.v107.heapprofiler.model.SamplingHeapProfileNode
-
Packages that use SamplingHeapProfileNode Package Description org.openqa.selenium.devtools.v107.heapprofiler.model -
-
Uses of SamplingHeapProfileNode in org.openqa.selenium.devtools.v107.heapprofiler.model
Methods in org.openqa.selenium.devtools.v107.heapprofiler.model that return SamplingHeapProfileNode Modifier and Type Method Description SamplingHeapProfileNodeSamplingHeapProfile. getHead()Methods in org.openqa.selenium.devtools.v107.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.v107.heapprofiler.model with parameters of type SamplingHeapProfileNode Constructor Description SamplingHeapProfile(SamplingHeapProfileNode head, java.util.List<SamplingHeapProfileSample> samples)Constructor parameters in org.openqa.selenium.devtools.v107.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)
-