ckb_metrics

Type Alias Counter

Source
pub type Counter = GenericCounter<AtomicF64>;
Expand description

A Metric represents a single numerical value that only ever goes up.

Aliased Typeยง

struct Counter { /* private fields */ }