chrome-devtools-kotlin
5.3.0-1170846
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.heapprofiler.events
/
HeapProfilerEvent
/
ReportHeapSnapshotProgress
Report
Heap
Snapshot
Progress
@
Serializable
data
class
ReportHeapSnapshotProgress
(
val
done
:
Int
,
val
total
:
Int
,
val
finished
:
Boolean
?
=
null
)
:
HeapProfilerEvent
(
source
)
Official doc
Members
Constructors
Report
Heap
Snapshot
Progress
Link copied to clipboard
constructor
(
done
:
Int
,
total
:
Int
,
finished
:
Boolean
?
=
null
)
Properties
done
Link copied to clipboard
val
done
:
Int
finished
Link copied to clipboard
val
finished
:
Boolean
?
=
null
total
Link copied to clipboard
val
total
:
Int