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