You can search for identifiers within the package.
in-package search v0.2.0
type t
The type for a time statistics.
val create : string -> t
Create a time statistics, with the given name.
val print : Stdlib.Format.formatter -> t -> unit
Print the statistic's current values.
val add : t -> float -> unit
Add a time lapse to a time statistics.