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

784 B

Home > puppeteer > Protocol > HeapProfiler > HeapStatsUpdateEvent > statsUpdate

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.

Signature:

statsUpdate: integer[];