module Stat: sig .. end
sig
end
type t = {
run_time :Core.Int63.t;
Core.Int63.t
gc_time :Core.Int63.t;
sample_size :int;
int
compactions :int;
allocated :int;
val empty : t
t