Enum tikv::coprocessor::metrics::PerfMetric[][src]

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

Variants

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

Implementations

impl PerfMetric[src]

pub fn get_str(&self) -> &'static str[src]

Trait Implementations

impl Clone for PerfMetric[src]

impl Copy for PerfMetric[src]

impl Debug for PerfMetric[src]

impl Display for PerfMetric[src]

impl Eq for PerfMetric[src]

impl Hash for PerfMetric[src]

impl PartialEq<PerfMetric> for PerfMetric[src]

impl StructuralEq for PerfMetric[src]

impl StructuralPartialEq for PerfMetric[src]

Auto Trait Implementations

impl RefUnwindSafe for PerfMetric

impl Send for PerfMetric

impl Sync for PerfMetric

impl Unpin for PerfMetric

impl UnwindSafe for PerfMetric

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<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[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> 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> ToString for T where
    T: Display + ?Sized
[src]

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]