data class PreciseCoverageDeltaUpdateEvent : ProfilerEvent
<init> |
PreciseCoverageDeltaUpdateEvent(timestamp: Double, occassion: String, result: List<ScriptCoverage>) |
occassion |
Identifier for distinguishing coverage events. val occassion: String |
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 |