pl.wendigo.chrome.api.heapprofiler / StartTrackingHeapObjectsRequest

StartTrackingHeapObjectsRequest

data class StartTrackingHeapObjectsRequest (source)

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

Link
HeapProfiler#startTrackingHeapObjects method documentation.

See Also

HeapProfilerOperations.startTrackingHeapObjects

Constructors

<init>

StartTrackingHeapObjectsRequest(trackAllocations: Boolean? = null)

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

Properties

trackAllocations

val trackAllocations: Boolean?