module Format:sig
..end
Formats for durations.
type
t =
| |
Undefined |
|||
| |
Default |
|||
| |
Bytes |
|||
| |
Time |
(* | Time in nanoseconds. | *) |
| |
Buffers |
|||
| |
Percent |
Format for durations.
val to_string : t -> string
String representation of a duration format.