kdriver
Toggle table of contents
0.2.5
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
HeapProfiler
/
ReportHeapSnapshotProgressParameter
Report
Heap
Snapshot
Progress
Parameter
@
Serializable
data
class
ReportHeapSnapshotProgressParameter
(
val
done
:
Int
,
val
total
:
Int
,
val
finished
:
Boolean
?
=
null
)
Members
Constructors
Report
Heap
Snapshot
Progress
Parameter
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