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

StartTrackingHeapObjectsRequest

data class StartTrackingHeapObjectsRequest

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

Constructors

<init>

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

StartTrackingHeapObjectsRequest(trackAllocations: Boolean? = null)

Properties

trackAllocations

val trackAllocations: Boolean?