mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.0 KiB
1.0 KiB
Home > puppeteer > Protocol > HeapProfiler > HeapStatsUpdateEvent
Protocol.HeapProfiler.HeapStatsUpdateEvent interface
If heap objects tracking has been started then backend may send update for one or more fragments
Signature:
export interface HeapStatsUpdateEvent
Properties
Property | Type | Description |
---|---|---|
statsUpdate | integer[] | 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. |