module Result:sig..end
module Stat:sig..end
typet =string option * int option * Stat.t array
val mean : Stat.t array -> Stat.tval min : Stat.t array -> Stat.tval max : Stat.t array -> Stat.tval stdev : Stat.t array -> float optionval compactions_occurred : Stat.t array -> boolval sample_size : Stat.t array -> int