package eio-trace

  1. Overview
  2. Docs
Trace visualisation for Eio programs

Install

Dune Dependency

Authors

Maintainers

Sources

eio-trace-0.1.tbz
sha256=0cb74d61cf909e1235a9d9d745ca994195834c93fb2418555c9d3062e11deb9a
sha512=6ea2a34c59da82ff11eea8613e4c27f7fc4ead86d8f55887ec73fc1b7545f9b00d2fce449910c9956fb90e072c287f820fa59c67836a28e88d940a65ef078e26

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.