package tracing

  1. Overview
  2. Docs
module type Destination = sig ... end

Abstraction for a source of buffers to write trace data to.

module type Arg_writers = sig ... end
module Tick_translation : sig ... end
module type S = sig ... end

This 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.

OCaml

Innovation. Community. Security.