TakePreciseCoverageReturn

@Serializable
data class TakePreciseCoverageReturn(val result: List<Profiler.ScriptCoverage>, val timestamp: Double)

Constructors

Link copied to clipboard
constructor(result: List<Profiler.ScriptCoverage>, timestamp: Double)

Properties

Link copied to clipboard

Coverage data for the current isolate.

Link copied to clipboard

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