Trait rbatis::utils::bencher::QPS[][src]

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

Required methods

fn qps(&self, total: u64)[src]

fn time(&self, total: u64)[src]

fn cost(&self)[src]

Loading content...

Implementations on Foreign Types

impl QPS for Instant[src]

Loading content...

Implementors

Loading content...