Enum rocksdb::perf::PerfStatsLevel
source · #[repr(i32)]pub enum PerfStatsLevel {
Uninitialized = 0,
Disable = 1,
EnableCount = 2,
EnableTimeExceptForMutex = 3,
EnableTimeAndCPUTimeExceptForMutex = 4,
EnableTime = 5,
OutOfBound = 6,
}
Variants§
Uninitialized = 0
Unknown settings
Disable = 1
Disable perf stats
EnableCount = 2
Enables only count stats
EnableTimeExceptForMutex = 3
Count stats and enable time stats except for mutexes
EnableTimeAndCPUTimeExceptForMutex = 4
Other than time, also measure CPU time counters. Still don’t measure time (neither wall time nor CPU time) for mutexes
EnableTime = 5
Enables count and time stats
OutOfBound = 6
N.B must always be the last value!
Trait Implementations§
source§impl Clone for PerfStatsLevel
impl Clone for PerfStatsLevel
source§fn clone(&self) -> PerfStatsLevel
fn clone(&self) -> PerfStatsLevel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PerfStatsLevel
impl Debug for PerfStatsLevel
source§impl PartialEq for PerfStatsLevel
impl PartialEq for PerfStatsLevel
impl Copy for PerfStatsLevel
impl Eq for PerfStatsLevel
impl StructuralPartialEq for PerfStatsLevel
Auto Trait Implementations§
impl Freeze for PerfStatsLevel
impl RefUnwindSafe for PerfStatsLevel
impl Send for PerfStatsLevel
impl Sync for PerfStatsLevel
impl Unpin for PerfStatsLevel
impl UnwindSafe for PerfStatsLevel
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)