module Analysis_result:sig..end
Core_bench. Please look at Bench.
Results of a benchmark analysis, including all the regressions.
module Ci95:sig..end
module Coefficient:sig..end
module Regression:sig..end
type t
val name : t -> stringval sample_count : t -> intval largest_run : t -> intval regressions : t -> Regression.t arrayval create : name:string ->
sample_count:int ->
largest_run:int ->
regressions:Regression.t array -> tval find_key : t -> int -> Regression.t optionval t_of_sexp : Sexplib.Sexp.t -> tval sexp_of_t : t -> Sexplib.Sexp.t