Struct with one uint field per bin (see this.bins), named as follows:
from_0us ("from 0 microseconds"), from_1us, from_2us, from_5us,
from_10us, from_20us, from_50us, from_100us, from_200us, from_500us,
from_1ms, from_2ms, ...,
from_1s ("from 1 second")
Useful, for example, for logging the whole histogram.
Struct with one uint field per bin (see this.bins), named as follows: from_0us ("from 0 microseconds"), from_1us, from_2us, from_5us, from_10us, from_20us, from_50us, from_100us, from_200us, from_500us, from_1ms, from_2ms, ..., from_1s ("from 1 second")
Useful, for example, for logging the whole histogram.