[][src]Trait r::microbench::MicroBenchConfig

pub unsafe trait MicroBenchConfig {
    const TIMESTAMP_FUNC: fn() -> u64;
}

Associated Constants

const TIMESTAMP_FUNC: fn() -> u64

Loading content...

Implementors

impl MicroBenchConfig for DefaultMicroBenchConfig[src]

Loading content...