import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { SamplingHeapProfileSample } = Protocol.HeapProfiler;
A single sample from a sampling profile.
Properties
nodeId: integer
Id of the corresponding profile tree node.
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { SamplingHeapProfileSample } = Protocol.HeapProfiler;
A single sample from a sampling profile.
Id of the corresponding profile tree node.