Module Startup_timing_protocol.Timing_event

type t = {
  1. description : string;
  2. runtime : Duration.t;
  3. gc_events : Gc_events.t;
  4. nested_timing_events : t list;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
module Stable : sig ... end