Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/hedge/
Drotating_histogram.rs12 pub struct RotatingHistogram { struct
19 impl RotatingHistogram { implementation
20 pub fn new(period: Duration) -> RotatingHistogram { in new()