Gets the count of transactions in the specified bin.
Counts a transaction that took us µs to complete by incrementing the corresponding histogram bin and the total number of transactions and adding us to the total transaction time.
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")
The bins of the timing histogram. The stepping of the lower bounds of the bins is, in µs:
The total number of transactions.
The total aggregated transaction completion time in µs.
ditto