Webs_unix.Time
Measuring time.
Support to measure monotonic wall-clock time.
The type for non-negative monotonic time spans. They represent the difference between two clock readings with nanosecond precision (1e-9s).
module Span : sig ... end
Time spans
val counter : unit -> counter
counter ()
is a counter counting from now on.