Tracing_zero.Writer_intfmodule type Destination = sig ... endAbstraction for a source of buffers to write trace data to.
module type Arg_writers = sig ... endmodule Tick_translation : sig ... endmodule type S = sig ... endThis is the low-level zero-alloc API for writing Fuchsia Trace Format traces. The API pays some performance costs to check some format constraints on the events you write, but not too many.