package eio-trace

  1. Overview
  2. Docs
Trace visualisation for Eio programs

Install

Dune Dependency

Authors

Maintainers

Sources

eio-trace-0.2.tbz
sha256=8386fca77c24757382c4cd8dbf13da416994154f6d479b5115bda8687befabfb
sha512=988ffdcc504b490d687e6f1b9d1a7fde5b982947122b2b16854208ca8961130029f593acdb412c9a156e34bc5fd2fa0205b8924f4870ad9551ecd0e838d76001

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.