chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.heapprofiler.events / HeapProfilerEvent / HeapStatsUpdateEvent

HeapStatsUpdateEvent

data class HeapStatsUpdateEvent : HeapProfilerEvent

Constructors

<init>

HeapStatsUpdateEvent(statsUpdate: List<Int>)

Properties

statsUpdate

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.

val statsUpdate: List<Int>