pl.wendigo.chrome.domain.heapprofiler / TakeHeapSnapshotRequest

TakeHeapSnapshotRequest

data class TakeHeapSnapshotRequest (source)

Represents request frame that can be used with HeapProfiler.takeHeapSnapshot method call.

Constructors

<init>

TakeHeapSnapshotRequest(reportProgress: Boolean? = null)

Represents request frame that can be used with HeapProfiler.takeHeapSnapshot method call.

Properties

reportProgress

val reportProgress: Boolean?

If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken.