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
Auto Trait Implementations
impl RefUnwindSafe for PerfStatsLevelimpl Send for PerfStatsLevelimpl Sync for PerfStatsLevelimpl Unpin for PerfStatsLevelimpl UnwindSafe for PerfStatsLevelBlanket Implementations
Mutably borrows from an owned value. Read more