package tracing

  1. Overview
  2. Docs
module Trace : sig ... end

Write a trace in the Fuchsia Trace Format using a high level API. This allows you to convert your data to a trace and view it on an interactive timeline in Perfetto.

module Flow : sig ... end
module Queue_to_spans : sig ... end

Sometimes you only have timing information on when messages entered the input queue of a system and when the result was sent out of the system.

module Parser : sig ... end
module Record_writer : sig ... end
module Buffer : sig ... end