pl.wendigo.chrome.api.profiler / StartPreciseCoverageRequest

StartPreciseCoverageRequest

data class StartPreciseCoverageRequest (source)

Represents request frame that can be used with Profiler#startPreciseCoverage operation call.

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.

Link
Profiler#startPreciseCoverage method documentation.

See Also

ProfilerOperations.startPreciseCoverage

Constructors

<init>

StartPreciseCoverageRequest(callCount: Boolean? = null, detailed: Boolean? = null)

Represents request frame that can be used with Profiler#startPreciseCoverage operation call.

Properties

callCount

val callCount: Boolean?

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

detailed

val detailed: Boolean?

Collect block-based coverage.