Tracingmodule Trace : sig ... endWrite 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 ... endmodule Queue_to_spans : sig ... endSometimes 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 = Tracing_parsermodule Record_writer : sig ... endmodule Buffer : sig ... end