Multicore_bench.Unit_of_rate
Dealing with units of rate.
type t = [
| `_1
1/s
| `k
103/s or k/s
| `M
106/s or M/s
| `G
109/s or G/s
]
Represents a unit of rate, i.e. how many per second.
val to_divisor : [< t ] -> float
to_divisor t converts the unit of rate t to a divisor.
to_divisor t
t
val to_mnemonic : [< t ] -> string
to_mnemonic t returns a human readable mnemonic for the unit of rate t.
to_mnemonic t