data class TakeHeapSnapshotRequest
Request object containing input parameters for the HeapProfilerDomain.takeHeapSnapshot command.
<init> |
Request object containing input parameters for the HeapProfilerDomain.takeHeapSnapshot command. TakeHeapSnapshotRequest(reportProgress: Boolean? = null, treatGlobalObjectsAsRoots: Boolean? = null) |
reportProgress |
If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken. val reportProgress: Boolean? |
treatGlobalObjectsAsRoots |
If true, a raw snapshot without artifical roots will be generated val treatGlobalObjectsAsRoots: Boolean? |