data class TakePreciseCoverageResponse
Response type for the ProfilerDomain.takePreciseCoverage command.
<init> |
Response type for the ProfilerDomain.takePreciseCoverage command. TakePreciseCoverageResponse(result: List<ScriptCoverage>, timestamp: Double) |
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 |