Struct precision::Config[][src]

pub struct Config { /* fields omitted */ }

Methods

impl Config
[src]

Sets the duration of the calibration, required to estimate the frequency of the hardware counter on Linux. Default is 5 seconds.

Trait Implementations

impl Clone for Config
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Config
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Config

impl Sync for Config