module Measurement:sig..end
Core_bench. Please look at Bench.
Contains the measurements of several runs of one benchmark.
type t
val name : t -> stringval largest_run : t -> intval sample_count : t -> intval samples : t -> Measurement_sample.t arrayval create : name:string ->
largest_run:int ->
sample_count:int -> samples:Measurement_sample.t array -> tval save : t -> filename:string -> unitval load : filename:string -> tval t_of_sexp : Sexplib.Sexp.t -> tval sexp_of_t : t -> Sexplib.Sexp.t