Type Definition ore::metrics::Counter [−][src]
pub type Counter = GenericCounter<AtomicF64>;
This is supported on crate feature
metrics
only.Expand description
A Metric
represents a single numerical value that only ever goes up.