dolmen.std
Stats.Floats
dolmen
dolmen.ae
dolmen.class
dolmen.dimacs
dolmen.icnf
dolmen.intf
dolmen.line
dolmen.smtlib2
dolmen.tptp
dolmen.zf
dolmen_smtlib2_poly
dolmen_smtlib2_v6
dolmen_tptp_v6_3_0
type t
The type for a time statistics.
val create : string -> t
Create a time statistics, with the given name.
val print : Format.formatter -> t -> unit
Print the statistic's current values.
val add : t -> float -> unit
Add a time lapse to a time statistics.