package tracing

  1. Overview
  2. Docs
type t = {
  1. timestamp : Time_ns.Span.t;
  2. thread : Thread_index.t;
  3. category : String_index.t;
  4. name : String_index.t;
  5. arguments : Event_arg.t list;
  6. event_type : Event_type.t;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int