Module Cpu.TimeSource

Measuring CPU user and system time.

CPU time spans

Sourcemodule Span : sig ... end

CPU time spans.

Sourcetype counter

The type for CPU time counters.

Sourceval counter : unit -> counter

counter () is a counter counting from now on.

Sourceval count : counter -> Span.t

count c are CPU times since c was created.