pl.wendigo.chrome.api.heapprofiler / StopTrackingHeapObjectsRequest

StopTrackingHeapObjectsRequest

data class StopTrackingHeapObjectsRequest (source)

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

Link
HeapProfiler#stopTrackingHeapObjects method documentation.

See Also

HeapProfilerOperations.stopTrackingHeapObjects

Constructors

<init>

StopTrackingHeapObjectsRequest(reportProgress: Boolean? = null)

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

Properties

reportProgress

val reportProgress: Boolean?

If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken when the tracking is stopped.