package jenga

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. top_heap : Core.Byte_units.t;
  2. minor : Core.Byte_units.t;
  3. major : Core.Byte_units.t;
  4. promoted : Core.Byte_units.t;
  5. major_collections : int;
  6. heap : Core.Byte_units.t;
}
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val create_diff_from_previous_create : unit -> t
val to_metrics : t -> metrics