Struct cdp::profiler::SetSamplingIntervalCommand [] [src]

pub struct SetSamplingIntervalCommand {
    pub interval: i32,
}

Changes CPU profiler sampling interval. Must be called before CPU profiles recording started.

Command Profiler.setSamplingInterval

Domain Module: cdp::profiler
Command Struct: cdp::profiler::SetSamplingIntervalCommand
Response Struct: cdp::profiler::SetSamplingIntervalResponse

Fields

New sampling interval in microseconds.

Trait Implementations

impl Clone for SetSamplingIntervalCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetSamplingIntervalCommand
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SetSamplingIntervalCommand
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl CdpCommand for SetSamplingIntervalCommand
[src]

COMMAND_NAME: &'static str = "Profiler.setSamplingInterval"

impl SerializeCdpCommand for SetSamplingIntervalCommand
[src]

[src]

[src]

impl<'de> DeserializeCdpCommand<'de> for SetSamplingIntervalCommand
[src]

[src]

impl<'b> HasCdpResponse<'b> for SetSamplingIntervalCommand
[src]