static 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.
|