[][src]Macro mybench::bench

macro_rules! bench {
    ($func:expr, $description:expr) => { ... };
    ($func:expr, $count:expr, $description:expr) => { ... };
}