package dolmen

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.

OCaml

Innovation. Community. Security.