TimeHistogram.Bins

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.

Members

Static functions

fromArray
Bins fromArray(typeof(TimeHistogram.bins) array)

Interprets the passed bins array as a Bins instance.

Meta