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

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

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