Primus.TimeMachine time.
Each machine has its own clock that is incremented on each operation. When machine is forked, the derived machine inherits the clock value from the parent machine.
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.tval clocks : t -> intclocks t is the time t expressed in clocks from the start of machine.
val of_clocks : int -> tof_clocks clk represents a time duration equal to the specified number of clocks.
val to_string : t -> stringa string representation of time
val pp : Stdlib.Format.formatter -> t -> unittime printer
include Base.Comparable.S with type t := tval comparator : (t, comparator_witness) Base__.Comparator.comparator