StopTrackingHeapObjectsRequest

@Serializable
data class StopTrackingHeapObjectsRequest(val reportProgress: Boolean? = null, val treatGlobalObjectsAsRoots: Boolean? = null, val captureNumericValue: Boolean? = null, val exposeInternals: Boolean? = null)

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

Constructors

Link copied to clipboard
constructor(reportProgress: Boolean? = null, treatGlobalObjectsAsRoots: Boolean? = null, captureNumericValue: Boolean? = null, exposeInternals: Boolean? = null)

Types

Link copied to clipboard
class Builder

A builder for StopTrackingHeapObjectsRequest, which allows setting the optional parameters of the HeapProfilerDomain.stopTrackingHeapObjects command via a lambda.

Properties

Link copied to clipboard

If true, numerical values are included in the snapshot

Link copied to clipboard

If true, exposes internals of the snapshot.

Link copied to clipboard
val reportProgress: Boolean? = null

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

Link copied to clipboard

Deprecated in favor of exposeInternals.