Module Dune_action_trace.EventSource

Sourcetype t
Sourcetype args := (string * Csexp.t) list
Sourceval instant : ?args:args -> category:string -> name:string -> time_in_nanoseconds:int -> unit -> t
Sourceval span : ?args:args -> category:string -> name:string -> start_in_nanoseconds:int -> duration_in_nanoseconds:int -> unit -> t