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