Table of Contents

Class StartSamplingCommandSettings

Namespace
OpenQA.Selenium.DevTools.V146.Memory
Assembly
Selenium.WebDriver.dll

Start collecting native memory profile.

public sealed class StartSamplingCommandSettings : ICommand
Inheritance
StartSamplingCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

SamplingInterval

Average number of bytes between samples.

[JsonPropertyName("samplingInterval")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? SamplingInterval { get; set; }

Property Value

long?

SuppressRandomness

Do not randomize intervals between samples.

[JsonPropertyName("suppressRandomness")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? SuppressRandomness { get; set; }

Property Value

bool?