Module Jenga_lib__Metrics.Memory

type t = {
top_heap : Core.Byte_units.t;
minor : Core.Byte_units.t;
major : Core.Byte_units.t;
promoted : Core.Byte_units.t;
major_collections : int;
heap : Core.Byte_units.t;
}
include sig ... end
val t_of_sexp : Sexplib.Sexp.t ‑> t
val sexp_of_t : t ‑> Sexplib.Sexp.t
val create_diff_from_previous_create : unit ‑> t
val to_metrics : t ‑> metrics