package eio-trace

  1. Overview
  2. Docs
Trace visualisation for Eio programs

Install

Dune Dependency

Authors

Maintainers

Sources

eio-trace-0.4.tbz
sha256=e5f590734c92d52f607a7af4ad9d54be9af79f3c38040ca92eff47c0d24e3eaf
sha512=e50e7a2bae8472e80d881f837e32d4da5d0d2872e1fb8b80052d65012e75a4db0a9ca2576246e80d8e450965a13a72396c8da6346b6ea4bfaedf78c7293d53bc

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.