puppeteer/new-docs/puppeteer.protocol.heapprofiler.heapstatsupdateevent.statsupdate.md
2020-07-13 14:01:35 +01:00

14 lines
784 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [HeapProfiler](./puppeteer.protocol.heapprofiler.md) &gt; [HeapStatsUpdateEvent](./puppeteer.protocol.heapprofiler.heapstatsupdateevent.md) &gt; [statsUpdate](./puppeteer.protocol.heapprofiler.heapstatsupdateevent.statsupdate.md)
## Protocol.HeapProfiler.HeapStatsUpdateEvent.statsUpdate property
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.
<b>Signature:</b>
```typescript
statsUpdate: integer[];
```