Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Tracing.BufferUsageEvent
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { BufferUsageEvent } = Protocol.Tracing;

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.