Home
last modified time | relevance | path

Searched defs:SimpleStat (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/crosvm/metrics/src/
H A Dlocal_stats.rs76 pub struct SimpleStat<T: NumberType> { struct
77 count: u64,
78 sum: T,
79 min: T,
103 impl<T: NumberType> Debug for SimpleStat<T> { implementation
121 impl<T: NumberType> SimpleStat<T> { implementation
134 impl<T: NumberType> Default for SimpleStat<T> { implementation
145 impl<T: NumberType> SummaryStats<T> for SimpleStat<T> { implementation