Module Export_for_backends.Mtime
include module type of struct include Mtime end
val to_uint64_ns : t -> int64val of_uint64_ns : int64 -> tval equal : t -> t -> boolval compare : t -> t -> intval is_earlier : t -> than:t -> boolval is_later : t -> than:t -> boolval add_span : t -> span -> t optionval sub_span : t -> span -> t optionval pp : Stdlib.Format.formatter -> t -> unitval dump : Stdlib.Format.formatter -> t -> unitval span_to_s : Mtime.span -> floatval span_to_us : Mtime.span -> float