Struct cdp::heap_profiler::StartSamplingCommand [] [src]

pub struct StartSamplingCommand {
    pub sampling_interval: Option<f64>,
}

[Experimental]

Command HeapProfiler.startSampling

Domain Module: cdp::heap_profiler
Command Struct: cdp::heap_profiler::StartSamplingCommand
Response Struct: cdp::heap_profiler::StartSamplingResponse

Fields

Average sample interval in bytes. Poisson distribution is used for the intervals. The default value is 32768 bytes.

Trait Implementations

impl Clone for StartSamplingCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for StartSamplingCommand
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for StartSamplingCommand
[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 StartSamplingCommand
[src]

COMMAND_NAME: &'static str = "HeapProfiler.startSampling"

impl SerializeCdpCommand for StartSamplingCommand
[src]

[src]

[src]

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

[src]

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