Mtime.SpanSourceMonotonic time spans.
See Mtime.span.
abs_diff span span' is the absolute difference between span and span'.
n * dur is n times duration dur.
Warning. Does not check for overflow or that n is positive.
to_uint64_ns span is span as an unsigned 64-bit integer nanosecond span.
of_uint64_ns u is the unsigned 64-bit integer nanosecond span u as a span.
pp_span ppf span formats an unspecified representation of span on ppf. The representation is not fixed-width, depends on the magnitude of span and uses locale independent standard time scale abbreviations.
pp_float_s formats like pp does but on a floating point seconds time span value (which can be negative).
dump ppf span formats an unspecified raw representation of span on ppf.