package tracing

  1. Overview
  2. Docs

Module Tracing_zero.Writer_intfSource

Sourcemodule type Destination = sig ... end

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

Sourcemodule type Arg_writers = sig ... end
Sourcemodule Tick_translation : sig ... end
Sourcemodule 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.