chrome-devtools-kotlin
Toggle table of contents
8.0.0-1410712
common
Platform filter
common
Switch theme
Search in API
chrome-devtools-kotlin
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
(undocumented in the protocol definition)
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
(undocumented in the protocol definition)
finished
Link copied to clipboard
val
finished
:
Boolean
?
=
null
(undocumented in the protocol definition)
total
Link copied to clipboard
val
total
:
Int
(undocumented in the protocol definition)