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/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.