val t_of_sexp : Base.Sexp.t ‑> tval sexp_of_t : t ‑> Base.Sexp.tval minor_collections : t ‑> intval set_minor_collections : t ‑> int ‑> unitval major_collections : t ‑> intval set_major_collections : t ‑> int ‑> unitval promoted : t ‑> intval set_promoted : t ‑> int ‑> unitval major_allocated : t ‑> intval set_major_allocated : t ‑> int ‑> unitval minor_allocated : t ‑> intval set_minor_allocated : t ‑> int ‑> unitval compactions : t ‑> intval set_compactions : t ‑> int ‑> unitval nanos : t ‑> intval set_nanos : t ‑> int ‑> unitval cycles : t ‑> intval set_cycles : t ‑> int ‑> unitval runs : t ‑> intval set_runs : t ‑> int ‑> unitmodule Fields : sig ... endval create : unit ‑> tval field_values_to_string : t ‑> stringval of_field_values_string : Core.String.t ‑> tval max : 'a Core.Array.t ‑> len:int ‑> field:('a ‑> Core.Int.t) ‑> Core.Int.tval floatify : (t ‑> int) ‑> t ‑> Core.Float.tval accessor : [< `Compactions | `Cycles | `Major_allocated | `Major_collections | `Minor_allocated | `Minor_collections | `Nanos | `One | `Promoted | `Runs ] ‑> t ‑> Core.Float.t