Trait fast_log::bencher::QPS[][src]

pub trait QPS {
    fn qps(&self, total: u64);
fn time(&self, total: u64);
fn cost(&self); }

Required methods

Implementations on Foreign Types

Implementors