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/Event/index.html

Module Read.EventSource

Sourcetype ty =
  1. | Instant
  2. | Counter
  3. | Duration_begin
  4. | Duration_end
  5. | Duration_complete
  6. | Async_begin
  7. | Async_instant
  8. | Async_end
  9. | Flow_begin
  10. | Flow_step
  11. | Flow_end
  12. | Unknown of int
Sourcetype t = {
  1. ty : ty;
  2. timestamp : Int64.t;
  3. thread : thread;
  4. category : string;
  5. name : string;
  6. args : Args.t;
}
OCaml

Innovation. Community. Security.