pl.wendigo.chrome.api.profiler / TakePreciseCoverageResponse

TakePreciseCoverageResponse

data class TakePreciseCoverageResponse (source)

Represents response frame that is returned from Profiler#takePreciseCoverage operation call. Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started.

Link
Profiler#takePreciseCoverage method documentation.

See Also

ProfilerOperations.takePreciseCoverage

Constructors

<init>

TakePreciseCoverageResponse(result: List<ScriptCoverage>)

Represents response frame that is returned from Profiler#takePreciseCoverage operation call. Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started.

Properties

result

val result: List<ScriptCoverage>

Coverage data for the current isolate.