Skip to main content
Module

x/astral/bindings/celestial.ts>Profiler_Profile

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

Profile.

definition: { nodes: Profiler_ProfileNode[]; startTime: number; endTime: number; samples?: number[]; timeDeltas?: number[]; }