Trait fast_log::bencher::TPS

source ·
pub trait TPS {
    // Required methods
    fn tps(&self, total: u64);
    fn time(&self, total: u64);
    fn cost(&self);
}

Required Methods§

source

fn tps(&self, total: u64)

source

fn time(&self, total: u64)

source

fn cost(&self)

Implementations on Foreign Types§

source§

impl TPS for Instant

source§

fn tps(&self, total: u64)

source§

fn time(&self, total: u64)

source§

fn cost(&self)

Implementors§