An integer, binary logarithmic statistics counter
Adds the specified value to the histogram, incrementing the corresponding bin and the total number of transactions and adding n to the total count.
Gets the count of transactions in the specified bin.
The total number of calls to add().
The aggregated total from all calls to add().
the maximum power of two that is tracked in the lower bins of the counter. Any values >= 2^MaxPow2 will be aggregated in the upper bin.
suffix for the names of the fields of the Bins accessor struct
See Implementation
An integer, binary logarithmic statistics counter