ReportHeapSnapshotProgress

@Serializable
data class ReportHeapSnapshotProgress(val done: Int, val total: Int, val finished: Boolean? = null) : HeapProfilerEvent

(undocumented in the protocol definition)

Official doc

Constructors

Link copied to clipboard
constructor(done: Int, total: Int, finished: Boolean? = null)

Properties

Link copied to clipboard
val done: Int

(undocumented in the protocol definition)

Link copied to clipboard
val finished: Boolean? = null

(undocumented in the protocol definition)

Link copied to clipboard
val total: Int

(undocumented in the protocol definition)