pl.wendigo.chrome.api.heapprofiler / TakeHeapSnapshotRequest

TakeHeapSnapshotRequest

data class TakeHeapSnapshotRequest (source)

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

Link
HeapProfiler#takeHeapSnapshot method documentation.

See Also

HeapProfilerOperations.takeHeapSnapshot

Constructors

<init>

TakeHeapSnapshotRequest(reportProgress: Boolean? = null)

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

Properties

reportProgress

val reportProgress: Boolean?

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