package core_extended

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Realtime
  2. | Monotonic
  3. | Process_cpu
  4. | Process_thread
val all : t list
val to_string : t -> string
val getres : (t -> Core.Int63.t) Core.Or_error.t
val gettime : (t -> Core.Int63.t) Core.Or_error.t
val min_interval : (t -> Core.Int63.t) Core.Or_error.t
val mean_gettime_cost : (measure:t -> using:t -> Core.Int63.t) Core.Or_error.t
module Time_stamp_counter : sig ... end
OCaml

Innovation. Community. Security.