Module Core_bench.Measurement
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> tval sexp_of_t : t -> Sexplib0.Sexp.t
val name : t -> stringval test_name : t -> stringval file_name : t -> stringval module_name : t -> stringval largest_run : t -> intval sample_count : t -> intval samples : t -> Measurement_sample.t arrayval create : name:string -> test_name:string -> file_name:string -> module_name:string -> largest_run:int -> sample_count:int -> samples:Measurement_sample.t array -> tsamplesshould have length at leastsample_count. Extra entries are ignored in calculations.