chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.heapprofiler / StopTrackingHeapObjectsRequest

StopTrackingHeapObjectsRequest

data class StopTrackingHeapObjectsRequest

Request object containing input parameters for the HeapProfilerDomain.stopTrackingHeapObjects command.

Constructors

<init>

Request object containing input parameters for the HeapProfilerDomain.stopTrackingHeapObjects command.

StopTrackingHeapObjectsRequest(reportProgress: Boolean? = null, treatGlobalObjectsAsRoots: Boolean? = null)

Properties

reportProgress

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

val reportProgress: Boolean?

treatGlobalObjectsAsRoots

val treatGlobalObjectsAsRoots: Boolean?