Struct cdp::profiler::StartPreciseCoverageCommand [] [src]

pub struct StartPreciseCoverageCommand {
    pub call_count: Option<bool>,
    pub detailed: Option<bool>,
}

[Experimental] Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters.

Command Profiler.startPreciseCoverage

Domain Module: cdp::profiler
Command Struct: cdp::profiler::StartPreciseCoverageCommand
Response Struct: cdp::profiler::StartPreciseCoverageResponse

Fields

Collect accurate call counts beyond simple 'covered' or 'not covered'.

Collect block-based coverage.

Trait Implementations

impl Clone for StartPreciseCoverageCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for StartPreciseCoverageCommand
[src]

[src]

Formats the value using the given formatter.

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

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

impl SerializeCdpCommand for StartPreciseCoverageCommand
[src]

[src]

[src]

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

[src]

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