package dolmen

  1. Overview
  2. Docs
On This Page
  1. Simple timer
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Dolmen_std.TimerSource

Simple timer

Sourcetype t

The type of a timer.

Sourceval start : unit -> t

Start a timer.

Sourceval stop : t -> float

Stop a timer and return the total time of the timer.

OCaml

Innovation. Community. Security.