StartPreciseCoverageResponse

@Serializable
data class StartPreciseCoverageResponse(val timestamp: Double)(source)

Response type for the ProfilerDomain.startPreciseCoverage command.

Constructors

Link copied to clipboard
constructor(timestamp: Double)

Properties

Link copied to clipboard

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