Type Alias sampling::histogram::AtomicHistU64

source ·
pub type AtomicHistU64 = AtomicHistogramInt<u64>;
Expand description

Histogram for binning u64 - alias for AtomicHistogramInt<u64>

  • you should use HistU64Fast instead, if your bins are [left, left+1,..., right]

Aliased Type§

struct AtomicHistU64 { /* private fields */ }