Up

Module Clock

Clock used to mark the progress of a timer.

Signature

type t
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
val compare : t -> t -> int
val __bin_read_t__ : (int -> t) Core_kernel.Std.Bin_prot.Read.reader
val realtime : t

Settable system-wide clock.

val monotonic : t

Nonsettable clock. It is not affected by manual changes to the system time.