package tracing

  1. Overview
  2. Docs

Module TracingSource

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

Sourcemodule Flow : sig ... end
Sourcemodule 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.

Sourcemodule Parser : sig ... end
Sourcemodule Record_writer : sig ... end
Sourcemodule Tool_output : sig ... end
OCaml

Innovation. Community. Security.