mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
21 lines
1.0 KiB
Markdown
21 lines
1.0 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) > [HeapStatsUpdateEvent](./puppeteer.protocol.heapprofiler.heapstatsupdateevent.md)
|
|
|
|
## Protocol.HeapProfiler.HeapStatsUpdateEvent interface
|
|
|
|
If heap objects tracking has been started then backend may send update for one or more fragments
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface HeapStatsUpdateEvent
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [statsUpdate](./puppeteer.protocol.heapprofiler.heapstatsupdateevent.statsupdate.md) | [integer](./puppeteer.protocol.integer.md)<!-- -->\[\] | 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. |
|
|
|