pub struct SummaryStats {}Expand description
Common summary statistics useful in latency testing/benchmarking.
Fields§
§count: u64§mean: f64§stdev: f64§min: u64§p1: u64§p5: u64§p10: u64§p25: u64§median: u64§p75: u64§p90: u64§p95: u64§p99: u64§max: u64Implementations§
Trait Implementations§
Source§impl Clone for SummaryStats
impl Clone for SummaryStats
Source§fn clone(&self) -> SummaryStats
fn clone(&self) -> SummaryStats
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SummaryStats
impl RefUnwindSafe for SummaryStats
impl Send for SummaryStats
impl Sync for SummaryStats
impl Unpin for SummaryStats
impl UnwindSafe for SummaryStats
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more