Skip to main content
HeapProfiler.HeapStatsUpdateEventDataType - node__inspector.d.ts - Node documentation
interface HeapProfiler.HeapStatsUpdateEventDataType

Usage in Deno

```typescript import { HeapProfiler } from "node:node__inspector.d.ts"; ```

Properties

statsUpdate: number[]
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.