Type Definition sampling::histogram::AtomicHistU32
source · [−]pub type AtomicHistU32 = AtomicHistogramInt<u32>;Expand description
Histogram for binning u32 - alias for AtomicHistogramInt<u32>
- you should use
HistU32Fastinstead, if your bins are[left, left+1,..., right]