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 optionstdev returns stdev of run_times if array has length > 1val compactions_occurred : Stat.t array -> boolval sample_size : Stat.t array -> int