mirage-profileversion

Collect runtime profiling information in CTF format

This library can be used to trace execution of OCaml/Lwt programs (such as Mirage unikernels) at the level of Lwt threads. The traces can be viewed using JavaScript or GTK viewers provided by [mirage-trace-viewer][] or processed by tools supporting the [Common Trace Format (CTF)][ctf]. Some example traces can be found in the blog post Visualising an Asynchronous Monad.

Libraries can use the functions mirage-profile provides to annotate the traces with extra information. When compiled against a normal version of Lwt, mirage-profile's functions are null-ops (or call the underlying untraced operation, as appropriate) and OCaml's cross-module inlining will optimise these calls away, meaning there should be no overhead in the non-profiling case.

AuthorThomas Leonard <talex5@gmail.com>
LicenseBSD-2-clause
Published
Homepagehttps://github.com/mirage/mirage-profile
Issue Trackerhttps://github.com/mirage/mirage-profile/issues
MaintainerThomas Leonard <talex5@gmail.com>
Dependencies
Source [http] https://github.com/mirage/mirage-profile/releases/download/v0.9.0/mirage-profile-v0.9.0.tbz
sha256=60a76c482fbac9dedbfcb8b5536c57bf6678f48523131235a114862b0483c381
sha512=8efffd7f8a7af169e4880377e2376b830c12baed66611f669992afcae6002c1df7a02e95e2e1d6d498b10a39260e5fa9442e2c9aaf67f4a3ffd2071925a4f1d7
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/mirage-profile/mirage-profile.0.9.0/opam
Required by
Optionally used by
  • dns>=0.19.1 & <1.0.0