Enum rocksdb::perf::PerfMetric [−][src]
#[non_exhaustive] #[repr(i32)] pub enum PerfMetric {}Show variants
UserKeyComparisonCount, BlockCacheHitCount, BlockReadCount, BlockReadByte, BlockReadTime, BlockChecksumTime, BlockDecompressTime, GetReadBytes, MultigetReadBytes, IterReadBytes, InternalKeySkippedCount, InternalDeleteSkippedCount, InternalRecentSkippedCount, InternalMergeCount, GetSnapshotTime, GetFromMemtableTime, GetFromMemtableCount, GetPostProcessTime, GetFromOutputFilesTime, SeekOnMemtableTime, SeekOnMemtableCount, NextOnMemtableCount, PrevOnMemtableCount, SeekChildSeekTime, SeekChildSeekCount, SeekMinHeapTime, SeekMaxHeapTime, SeekInternalSeekTime, FindNextUserEntryTime, WriteWalTime, WriteMemtableTime, WriteDelayTime, WritePreAndPostProcessTime, DbMutexLockNanos, DbConditionWaitNanos, MergeOperatorTimeNanos, ReadIndexBlockNanos, ReadFilterBlockNanos, NewTableBlockIterNanos, NewTableIteratorNanos, BlockSeekNanos, FindTableNanos, BloomMemtableHitCount, BloomMemtableMissCount, BloomSstHitCount, BloomSstMissCount, KeyLockWaitTime, KeyLockWaitCount, EnvNewSequentialFileNanos, EnvNewRandomAccessFileNanos, EnvNewWritableFileNanos, EnvReuseWritableFileNanos, EnvNewRandomRwFileNanos, EnvNewDirectoryNanos, EnvFileExistsNanos, EnvGetChildrenNanos, EnvGetChildrenFileAttributesNanos, EnvDeleteFileNanos, EnvCreateDirNanos, EnvCreateDirIfMissingNanos, EnvDeleteDirNanos, EnvGetFileSizeNanos, EnvGetFileModificationTimeNanos, EnvRenameFileNanos, EnvLinkFileNanos, EnvLockFileNanos, EnvUnlockFileNanos, EnvNewLoggerNanos, TotalMetricCount,
Variants (Non-exhaustive)
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations
impl Clone for PerfMetric
[src]
impl Clone for PerfMetric
[src]fn clone(&self) -> PerfMetric
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<PerfMetric> for PerfMetric
[src]
impl PartialEq<PerfMetric> for PerfMetric
[src]