package b0

  1. Overview
  2. Docs
On This Page
  1. CPU time spans
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.