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

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

Required methods

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

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

pub fn cost(&self)[src]

Loading content...

Implementations on Foreign Types

impl QPS for Instant[src]

Loading content...

Implementors

Loading content...