b0.std
Cpu.Time
Measuring CPU user and system time.
ocaml
b0
opam
b0 test
b0.file
b0.kit
b0.memo
b0.tool
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