pl.wendigo.chrome.api.profiler / GetBestEffortCoverageResponse

GetBestEffortCoverageResponse

data class GetBestEffortCoverageResponse (source)

Represents response frame that is returned from Profiler#getBestEffortCoverage operation call. Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection.

Link
Profiler#getBestEffortCoverage method documentation.

See Also

ProfilerOperations.getBestEffortCoverage

Constructors

<init>

GetBestEffortCoverageResponse(result: List<ScriptCoverage>)

Represents response frame that is returned from Profiler#getBestEffortCoverage operation call. Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection.

Properties

result

val result: List<ScriptCoverage>

Coverage data for the current isolate.