Struct solana_metrics::counter::Counter
source · [−]pub struct Counter {
pub name: &'static str,
pub counts: AtomicUsize,
pub times: AtomicUsize,
pub lastlog: AtomicUsize,
pub lograte: AtomicUsize,
pub metricsrate: AtomicU64,
}
Fields
name: &'static str
counts: AtomicUsize
total accumulated value
times: AtomicUsize
lastlog: AtomicUsize
last accumulated value logged
lograte: AtomicUsize
metricsrate: AtomicU64
Implementations
Auto Trait Implementations
impl RefUnwindSafe for Counter
impl Send for Counter
impl Sync for Counter
impl Unpin for Counter
impl UnwindSafe for Counter
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more