pl.wendigo.chrome.api.heapprofiler / HeapStatsUpdateEvent

HeapStatsUpdateEvent

data class HeapStatsUpdateEvent : Event (source)

If heap objects tracking has been started then backend may send update for one or more fragments

Link
HeapProfiler#heapStatsUpdate event documentation.

Constructors

<init>

HeapStatsUpdateEvent(statsUpdate: List<Int>)

If heap objects tracking has been started then backend may send update for one or more fragments

Properties

statsUpdate

val statsUpdate: List<Int>

An array of triplets. Each triplet describes a fragment. The first integer is the fragment index, the second integer is a total count of objects for the fragment, the third integer is a total size of the objects for the fragment.

Inherited Functions

protocolDomain

fun protocolDomain(): String