Type Definition ore::metrics::UIntCounter[][src]

pub type UIntCounter = GenericCounter<AtomicU64>;
This is supported on crate feature metrics only.
Expand description

The unsigned integer version of UIntCounter. Provides better performance if metric values are all unsigned integers.