package posix-clock

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t

clock identifier type

val realtime : t

This clock represents the clock measuring real time for the system. The value returned representes the amount of time since the Epoch.

val monotonic : t option

This clock represents a monotonic time with an unspecified point in the past.

val process_cputime_id : t option

This clock represents the amount of execution time of the process associated with the clock

val thread_cputime_id : t option

This clock represents the amount of exection time of the thread associated with the clock

val boottime : t option
val monotonic_coarse : t option
val monotonic_fast : t option
val monotonic_precise : t option
val monotonic_raw : t option
val prof : t option
val realtime_coarse : t option
val realtime_fast : t option
val realtime_precise : t option
val second : t option
val uptime : t option
val uptime_fast : t option
val uptime_precise : t option
val virtual_ : t option