Searched defs:RotatingHistogram (Results 1 – 1 of 1) sorted by relevance
12 pub struct RotatingHistogram { struct19 impl RotatingHistogram { implementation20 pub fn new(period: Duration) -> RotatingHistogram { in new()