Uses of Class
org.openqa.selenium.devtools.memory.model.SamplingProfile
-
Packages that use SamplingProfile Package Description org.openqa.selenium.devtools.memory -
-
Uses of SamplingProfile in org.openqa.selenium.devtools.memory
Methods in org.openqa.selenium.devtools.memory that return types with arguments of type SamplingProfile Modifier and Type Method Description static Command<SamplingProfile>Memory. getAllTimeSamplingProfile()Retrieve native memory allocations profile collected since renderer process startup.static Command<SamplingProfile>Memory. getBrowserSamplingProfile()Retrieve native memory allocations profile collected since browser process startup.static Command<SamplingProfile>Memory. getSamplingProfile()Retrieve native memory allocations profile collected since last `startSampling` call.
-