mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.1 KiB
1.1 KiB
Home > puppeteer > Protocol > HeapProfiler > LastSeenObjectIdEvent
Protocol.HeapProfiler.LastSeenObjectIdEvent interface
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.
Signature:
export interface LastSeenObjectIdEvent
Properties
Property | Type | Description |
---|---|---|
lastSeenObjectId | integer | |
timestamp | number |