Type Alias diem_metrics_core::IntCounter
pub type IntCounter = GenericCounter<AtomicU64>;
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 */ }