Module Startup_timing_protocol.Gc_events

type t = {
  1. minor_collections : int;
  2. major_collections : int;
  3. compactions : int;
}
val sexp_of_t : t -> Sexplib0.Sexp.t