[][src]Type Definition solana_libra_metrics::IntCounter

type IntCounter = GenericCounter<RwlockAtomic<i64>>;

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