Enum rocksdb::perf::PerfStatsLevel [−][src]
#[repr(i32)] pub enum PerfStatsLevel { Uninitialized, Disable, EnableCount, EnableTimeExceptForMutex, EnableTimeAndCPUTimeExceptForMutex, EnableTime, OutOfBound, }
Variants
Unknown settings
Disable perf stats
Enables only count stats
Count stats and enable time stats except for mutexes
Other than time, also measure CPU time counters. Still don’t measure time (neither wall time nor CPU time) for mutexes
Enables count and time stats
N.B must always be the last value!
Trait Implementations
impl Clone for PerfStatsLevel
[src]
impl Clone for PerfStatsLevel
[src]fn clone(&self) -> PerfStatsLevel
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<PerfStatsLevel> for PerfStatsLevel
[src]
impl PartialEq<PerfStatsLevel> for PerfStatsLevel
[src]