Struct tikv_kv::perf_context::PerfStatisticsFields[][src]

pub struct PerfStatisticsFields {
    pub user_key_comparison_count: usize,
    pub block_cache_hit_count: usize,
    pub block_read_count: usize,
    pub block_read_byte: usize,
    pub block_read_time: usize,
    pub block_cache_index_hit_count: usize,
    pub index_block_read_count: usize,
    pub block_cache_filter_hit_count: usize,
    pub filter_block_read_count: usize,
    pub block_checksum_time: usize,
    pub block_decompress_time: usize,
    pub get_read_bytes: usize,
    pub iter_read_bytes: usize,
    pub internal_key_skipped_count: usize,
    pub internal_delete_skipped_count: usize,
    pub internal_recent_skipped_count: usize,
    pub get_snapshot_time: usize,
    pub get_from_memtable_time: usize,
    pub get_from_memtable_count: usize,
    pub get_post_process_time: usize,
    pub get_from_output_files_time: usize,
    pub seek_on_memtable_time: usize,
    pub seek_on_memtable_count: usize,
    pub next_on_memtable_count: usize,
    pub prev_on_memtable_count: usize,
    pub seek_child_seek_time: usize,
    pub seek_child_seek_count: usize,
    pub seek_min_heap_time: usize,
    pub seek_max_heap_time: usize,
    pub seek_internal_seek_time: usize,
    pub db_mutex_lock_nanos: usize,
    pub db_condition_wait_nanos: usize,
    pub read_index_block_nanos: usize,
    pub read_filter_block_nanos: usize,
    pub new_table_block_iter_nanos: usize,
    pub new_table_iterator_nanos: usize,
    pub block_seek_nanos: usize,
    pub find_table_nanos: usize,
    pub bloom_memtable_hit_count: usize,
    pub bloom_memtable_miss_count: usize,
    pub bloom_sst_hit_count: usize,
    pub bloom_sst_miss_count: usize,
    pub get_cpu_nanos: usize,
    pub iter_next_cpu_nanos: usize,
    pub iter_prev_cpu_nanos: usize,
    pub iter_seek_cpu_nanos: usize,
    pub encrypt_data_nanos: usize,
    pub decrypt_data_nanos: usize,
}

Fields

user_key_comparison_count: usizeblock_cache_hit_count: usizeblock_read_count: usizeblock_read_byte: usizeblock_read_time: usizeblock_cache_index_hit_count: usizeindex_block_read_count: usizeblock_cache_filter_hit_count: usizefilter_block_read_count: usizeblock_checksum_time: usizeblock_decompress_time: usizeget_read_bytes: usizeiter_read_bytes: usizeinternal_key_skipped_count: usizeinternal_delete_skipped_count: usizeinternal_recent_skipped_count: usizeget_snapshot_time: usizeget_from_memtable_time: usizeget_from_memtable_count: usizeget_post_process_time: usizeget_from_output_files_time: usizeseek_on_memtable_time: usizeseek_on_memtable_count: usizenext_on_memtable_count: usizeprev_on_memtable_count: usizeseek_child_seek_time: usizeseek_child_seek_count: usizeseek_min_heap_time: usizeseek_max_heap_time: usizeseek_internal_seek_time: usizedb_mutex_lock_nanos: usizedb_condition_wait_nanos: usizeread_index_block_nanos: usizeread_filter_block_nanos: usizenew_table_block_iter_nanos: usizenew_table_iterator_nanos: usizeblock_seek_nanos: usizefind_table_nanos: usizebloom_memtable_hit_count: usizebloom_memtable_miss_count: usizebloom_sst_hit_count: usizebloom_sst_miss_count: usizeget_cpu_nanos: usizeiter_next_cpu_nanos: usizeiter_prev_cpu_nanos: usizeiter_seek_cpu_nanos: usizeencrypt_data_nanos: usizedecrypt_data_nanos: usize

Trait Implementations

impl Add<PerfStatisticsFields> for PerfStatisticsFields[src]

type Output = PerfStatisticsFields

The resulting type after applying the + operator.

impl AddAssign<PerfStatisticsFields> for PerfStatisticsFields[src]

impl Clone for PerfStatisticsFields[src]

impl Copy for PerfStatisticsFields[src]

impl Debug for PerfStatisticsFields[src]

impl Default for PerfStatisticsFields[src]

impl KV for PerfStatisticsFields[src]

impl Sub<PerfStatisticsFields> for PerfStatisticsFields[src]

type Output = PerfStatisticsFields

The resulting type after applying the - operator.

impl SubAssign<PerfStatisticsFields> for PerfStatisticsFields[src]

Auto Trait Implementations

impl RefUnwindSafe for PerfStatisticsFields

impl Send for PerfStatisticsFields

impl Sync for PerfStatisticsFields

impl Unpin for PerfStatisticsFields

impl UnwindSafe for PerfStatisticsFields

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<V, W> ConvertFrom<W> for V where
    W: ConvertTo<V>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pointable for T[src]

type Init = T

The type for initializers.

impl<T> Pointable for T[src]

type Init = T

The type for initializers.

impl<T> Same<T> for T[src]

type Output = T

Should always be Self

impl<T> Sealed<T> for T where
    T: ?Sized
[src]

impl<T> SendSyncRefUnwindSafeKV for T where
    T: KV + Send + Sync + RefUnwindSafe + ?Sized
[src]

impl<T> SendSyncUnwindSafe for T where
    T: Send + Sync + UnwindSafe + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]