package eio-trace

  1. Overview
  2. Docs
Trace visualisation for Eio programs

Install

Dune Dependency

Authors

Maintainers

Sources

eio-trace-0.3.tbz
sha256=334a8e912c387b80397d3c3a9e38439220d235f424da78c60632477342f7ee6f
sha512=f63bad81c754797870a67f2a0314fc43cd4224001e6e993f24ebd33c5b3743effdc2462de9277d4642a42db31aa403560ff8fab4fd319b49ecce92f3f67e7613

doc/eio-trace.fxt/Fxt/Read/index.html

Module Fxt.ReadSource

Read files in Fuchsia trace format: https://fuchsia.dev/fuchsia-src/reference/tracing/trace-format

Sourcetype thread = {
  1. pid : int64;
  2. tid : int64;
}
Sourcemodule Args : sig ... end
Sourcemodule Event : sig ... end
Sourcemodule User : sig ... end
Sourcemodule Kernel : sig ... end
Sourcemodule Scheduling : sig ... end
Sourcetype record =
  1. | Metadata
  2. | Event of Event.t
  3. | User of User.t
  4. | Kernel of Kernel.t
  5. | Scheduling of Scheduling.t
  6. | Unknown of int
Sourceval pp_record : record Fmt.t
OCaml

Innovation. Community. Security.