Trait streaming_harness::output::Metrics[][src]

pub trait Metrics<T: Eq + Ord + Copy> {
    fn record(&mut self, begin_t: T, end_t: T);
fn combined(self, other: Self) -> Self; }

Required methods

Implementors