chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.profiler / TakePreciseCoverageResponse

TakePreciseCoverageResponse

data class TakePreciseCoverageResponse

Response type for the ProfilerDomain.takePreciseCoverage command.

Constructors

<init>

Response type for the ProfilerDomain.takePreciseCoverage command.

TakePreciseCoverageResponse(result: List<ScriptCoverage>, timestamp: Double)

Properties

result

Coverage data for the current isolate.

val result: List<ScriptCoverage>

timestamp

Monotonically increasing time (in seconds) when the coverage update was taken in the backend.

val timestamp: Double