import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { TracingCompleteEvent } = Protocol.Tracing;
Signals that tracing is stopped and there is no trace buffers pending flush, all data were delivered via dataCollected events.
Properties
Indicates whether some trace data is known to have been lost, e.g. because the trace ring buffer wrapped around.
optional
stream: IO.StreamHandleA handle of the stream that holds resulting trace data.
optional
traceFormat: StreamFormatTrace data format of returned stream.
optional
streamCompression: StreamCompressionCompression format of returned stream.