Take Heap Snapshot Request
data class TakeHeapSnapshotRequest(reportProgress: Boolean?, treatGlobalObjectsAsRoots: Boolean?)
Content copied to clipboard
Represents request frame that can be used with HeapProfiler#takeHeapSnapshot operation call.
See also
Constructors
TakeHeapSnapshotRequest
Link copied to clipboard
fun TakeHeapSnapshotRequest(reportProgress: Boolean? = null, treatGlobalObjectsAsRoots: Boolean? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard