Struct iroh_net_bench::stats::StreamStats
source · pub struct StreamStats {
pub duration_hist: Histogram<u64>,
pub throughput_hist: Histogram<u64>,
pub ttfb_hist: Histogram<u64>,
pub chunk_time: Histogram<u64>,
pub chunks: u64,
pub chunk_size: Histogram<u64>,
}
Fields§
§duration_hist: Histogram<u64>
§throughput_hist: Histogram<u64>
§ttfb_hist: Histogram<u64>
§chunk_time: Histogram<u64>
§chunks: u64
§chunk_size: Histogram<u64>
Trait Implementations§
source§impl Debug for StreamStats
impl Debug for StreamStats
Auto Trait Implementations§
impl Freeze for StreamStats
impl RefUnwindSafe for StreamStats
impl Send for StreamStats
impl Sync for StreamStats
impl Unpin for StreamStats
impl UnwindSafe for StreamStats
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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