Module Stats.FloatSource

Sourcetype t

Statistics holding exactly one value

Sourceval create : string -> t

Create a float statistics, with the given name.

Sourceval print : Format.formatter -> t -> unit

Print the statistic's current value.

Sourceval set : t -> float -> unit

Set the stat value.