Cpu.Time
Measuring CPU user and system time.
module Span : sig ... end
CPU time spans.
type counter
The type for CPU time counters.
val counter : unit -> counter
counter () is a counter counting from now on.
counter ()
val count : counter -> Span.t
count c are CPU times since c was created.
count c
c