Stats.Float
type t
Statistics holding exactly one value
val create : string -> t
Create a float statistics, with the given name.
val print : Format.formatter -> t -> unit
Print the statistic's current value.
val set : t -> float -> unit
Set the stat value.