chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.heapprofiler.events / HeapProfilerEvent / ReportHeapSnapshotProgressEvent

ReportHeapSnapshotProgressEvent

data class ReportHeapSnapshotProgressEvent : HeapProfilerEvent

Official doc

Constructors

<init>

Official doc

ReportHeapSnapshotProgressEvent(done: Int, total: Int, finished: Boolean? = null)

Properties

done

val done: Int

finished

val finished: Boolean?

total

val total: Int