Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.HeapProfiler.TakeHeapSnapshotRequest
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { TakeHeapSnapshotRequest } = Protocol.HeapProfiler;

Properties

optional
reportProgress: boolean

If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken.

optional
treatGlobalObjectsAsRoots: boolean

If true, a raw snapshot without artifical roots will be generated