pl.wendigo.chrome.domain.heapprofiler / LastSeenObjectIdEvent

LastSeenObjectIdEvent

data class LastSeenObjectIdEvent : ProtocolEvent (source)

Represents event frames for HeapProfiler.lastSeenObjectId

If heap objects tracking has been started then backend regulary 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.

Constructors

<init>

LastSeenObjectIdEvent(lastSeenObjectId: Int, timestamp: Double)

Represents event frames for HeapProfiler.lastSeenObjectId

Properties

lastSeenObjectId

val lastSeenObjectId: Int

timestamp

val timestamp: Double

Inherited Functions

protocolDomain

fun protocolDomain(): String