package catapult

  1. Overview
  2. Docs
Tracing system based on the Catapult/TEF format

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.tar.gz
md5=a7bfa27c3ddd2d29c27173de09293149
sha512=49766ea38c57734918debd6218d95c62f11eb12a6fd3ef5f6a2c60344cea7c274436a46fab1e48abbe0d3f125f31705d2005ab7cae9e56d5f41778c1d2943d65

doc/catapult/Catapult/module-type-BACKEND/index.html

Module type Catapult.BACKENDSource

Sourceval emit : id:string option -> name:string -> ph:Event_type.t -> tid:int -> pid:int -> cat:string list option -> ts_us:float -> args:(string * Arg.t) list option -> stack:string list option -> dur:float option -> ?extra:(string * string) list -> unit -> unit

Emit an event.

Sourceval tick : unit -> unit

Function that can be called regularly to ensure background work is done. Potentially useful for long-running processes.

Sourceval teardown : unit -> unit

Tear down backend once the program is shutting down.

OCaml

Innovation. Community. Security.