Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Monotonic time is time since boot (dom0 or domU, depending on platform). * Unlike Clock.time, it does not go backwards when the system clock is * adjusted.
type 'a t constraint 'a = [< time_kind ]
val time : unit -> [ `Time ] t
Read the current monotonic time.
val of_nanoseconds : int64 -> _ t
Conversions. Note: still seconds since boot.