Up

Module Stat

Signature

type t = {
run_cycles
: int ;
compactions
: int ;
minor_allocated
: int ;
major_allocated
: int ;
promoted
: int ;
}
val empty : t