mz_ore::metrics

Type Alias IntCounter

Source
pub type IntCounter = GenericCounter<AtomicU64>;
Available on crate feature metrics only.
Expand description

The integer version of Counter. Provides better performance if metric values are all positive integers (natural numbers).

Aliased Typeยง

struct IntCounter { /* private fields */ }