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

x/astral/bindings/celestial.ts>Tracing_bufferUsage

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

Properties

optional
percentFull: number

A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size.

optional
eventCount: number

An approximate number of events in the trace log.

optional
value: number

A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size.