Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/astral/bindings/celestial.ts>Profiler_ProfileNode

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Profiler_ProfileNode
import { type Profiler_ProfileNode } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Profile node. Holds callsite information, execution statistics and child nodes.

definition: { id: number; callFrame: Runtime_CallFrame; hitCount?: number; children?: number[]; deoptReason?: string; positionTicks?: Profiler_PositionTickInfo[]; }