Uses of Class
org.openqa.selenium.devtools.v114.memory.model.SamplingProfileNode
-
Packages that use SamplingProfileNode Package Description org.openqa.selenium.devtools.v114.memory.model -
-
Uses of SamplingProfileNode in org.openqa.selenium.devtools.v114.memory.model
Methods in org.openqa.selenium.devtools.v114.memory.model that return types with arguments of type SamplingProfileNode Modifier and Type Method Description java.util.List<SamplingProfileNode>SamplingProfile. getSamples()Constructor parameters in org.openqa.selenium.devtools.v114.memory.model with type arguments of type SamplingProfileNode Constructor Description SamplingProfile(java.util.List<SamplingProfileNode> samples, java.util.List<Module> modules)
-