package dolmen

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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.