pub struct SystemMetrics;Expand description
SystemMetrics Thin facade over the action metrics counters.
Implementations§
Source§impl SystemMetrics
impl SystemMetrics
Sourcepub fn increment(kind: SystemMetricKind)
pub fn increment(kind: SystemMetricKind)
Increment a counter and return the new value.
Sourcepub fn snapshot() -> Vec<SystemMetricEntry>
pub fn snapshot() -> Vec<SystemMetricEntry>
Return a snapshot of all counters.