Module Startup_time.Gc_events

type t = {
minor_collections : Base.int;
major_collections : Base.int;
compactions : Base.int;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t