Module Cpu.Time

Measuring CPU user and system time.

CPU time spans

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.

val count : counter -> Span.t

count c are CPU times since c was created.