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

Module Fxt.WriteSource

Write files in Fuchsia trace format: https://fuchsia.dev/fuchsia-src/reference/tracing/trace-format

Sourcetype t
Sourcetype arg = [
  1. | `Unit
  2. | `Int64 of int64
  3. | `Pointer of int64
  4. | `Koid of int64
  5. | `String of string
]
Sourcetype args = (string * arg) list
Sourcetype thread = {
  1. pid : int64;
  2. tid : int64;
}
Sourceval of_writer : Eio.Buf_write.t -> t
Sourceval instant_event : ?args:args -> t -> name:string -> thread:thread -> category:string -> ts:int64 -> unit
Sourceval duration_begin : ?args:args -> t -> name:string -> thread:thread -> category:string -> ts:int64 -> unit
Sourceval duration_end : ?args:args -> t -> name:string -> thread:thread -> category:string -> ts:int64 -> unit
Sourceval user_object : ?args:args -> t -> name:string -> thread:thread -> int64 -> unit
Sourceval kernel_object : ?args:args -> t -> name:string -> [ `Thread ] -> int64 -> unit
Sourceval thread_wakeup : ?args:args -> t -> cpu:int -> ts:int64 -> int64 -> unit
OCaml

Innovation. Community. Security.