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

ReportHeapSnapshotProgressEvent

data class ReportHeapSnapshotProgressEvent : HeapProfilerEvent

Constructors

<init>

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

Properties

done

val done: Int

finished

val finished: Boolean?

total

val total: Int