module Clock:sig
..end
type
t
val get : Thread.t -> t
val get_time : t -> Span.t
val set_time : t -> Span.t -> unit
val get_resolution : t -> Span.t
val get_process_clock : unit -> t
get_process_clock
the clock measuring the CPU-time of a process.val get_thread_clock : unit -> t
get_thread_clock
the clock measuring the CPU-time of the current
thread.