module Measurement:sig..end
Measurement.t represents the result of measuring execution of a Test.t. It is
used as input for subsequent analysis.type t
val name : t -> stringval save : t -> filename:string -> unitval load : filename:string -> tval t_of_sexp : Sexplib.Sexp.t -> tval sexp_of_t : t -> Sexplib.Sexp.t