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

StartPreciseCoverageResponse

data class StartPreciseCoverageResponse

Response type for the ProfilerDomain.startPreciseCoverage command.

Constructors

<init>

Response type for the ProfilerDomain.startPreciseCoverage command.

StartPreciseCoverageResponse(timestamp: Double)

Properties

timestamp

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

val timestamp: Double