Uses of Class
org.openqa.selenium.devtools.heapprofiler.model.SamplingHeapProfileSample
-
Packages that use SamplingHeapProfileSample Package Description org.openqa.selenium.devtools.heapprofiler.model -
-
Uses of SamplingHeapProfileSample in org.openqa.selenium.devtools.heapprofiler.model
Methods in org.openqa.selenium.devtools.heapprofiler.model that return types with arguments of type SamplingHeapProfileSample Modifier and Type Method Description java.util.List<SamplingHeapProfileSample>
SamplingHeapProfile. getSamples()
Constructor parameters in org.openqa.selenium.devtools.heapprofiler.model with type arguments of type SamplingHeapProfileSample Constructor Description SamplingHeapProfile(SamplingHeapProfileNode head, java.util.List<SamplingHeapProfileSample> samples)
-