Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.HeapProfiler.HeapStatsUpdateEvent

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.HeapProfiler.HeapStatsUpdateEvent
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { HeapStatsUpdateEvent } = Protocol.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.