val get : (Thread.t -> t) Core_kernel.Or_error.t
Returns the CPU-clock associated with the thread.
val get_time : (t -> Base.Float.t) Core_kernel.Or_error.t
val set_time : (t -> Base.Float.t -> unit) Core_kernel.Or_error.t
val get_resolution : (t -> Base.Float.t) Core_kernel.Or_error.t
val get_process_clock : (unit -> t) Core_kernel.Or_error.t
The clock measuring the CPU time of a process.
val get_thread_clock : (unit -> t) Core_kernel.Or_error.t
The clock measuring the CPU time of the current thread.