22 lines
1.1 KiB
Markdown
22 lines
1.1 KiB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [HeapProfiler](./puppeteer.protocol.heapprofiler.md) > [LastSeenObjectIdEvent](./puppeteer.protocol.heapprofiler.lastseenobjectidevent.md)
|
|
|
|
## 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.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface LastSeenObjectIdEvent
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [lastSeenObjectId](./puppeteer.protocol.heapprofiler.lastseenobjectidevent.lastseenobjectid.md) | [integer](./puppeteer.protocol.integer.md) | |
|
|
| [timestamp](./puppeteer.protocol.heapprofiler.lastseenobjectidevent.timestamp.md) | number | |
|
|
|