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

LastSeenObjectIdEvent

data class LastSeenObjectIdEvent : HeapProfilerEvent

If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.

Official doc

Constructors

<init>

If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.

LastSeenObjectIdEvent(lastSeenObjectId: Int, timestamp: Double)

Properties

lastSeenObjectId

val lastSeenObjectId: Int

timestamp

val timestamp: Double