Skip to main content
Go to Latest
interface default.HeapProfiler.HeapStatsUpdateEvent
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { HeapStatsUpdateEvent } = default.HeapProfiler;

If heap objects tracking has been started then backend may send update for one or more fragments

Properties

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.