Struct tikv::coprocessor::metrics::prometheus_static_scope_2::PerfCounter2Inner [−][src]
Fields
user_key_comparison_count: LocalIntCounterblock_cache_hit_count: LocalIntCounterblock_read_count: LocalIntCounterblock_read_byte: LocalIntCounterblock_read_time: LocalIntCounterblock_cache_index_hit_count: LocalIntCounterindex_block_read_count: LocalIntCounterblock_cache_filter_hit_count: LocalIntCounterfilter_block_read_count: LocalIntCounterblock_checksum_time: LocalIntCounterblock_decompress_time: LocalIntCounterget_read_bytes: LocalIntCounteriter_read_bytes: LocalIntCounterinternal_key_skipped_count: LocalIntCounterinternal_delete_skipped_count: LocalIntCounterinternal_recent_skipped_count: LocalIntCounterget_snapshot_time: LocalIntCounterget_from_memtable_time: LocalIntCounterget_from_memtable_count: LocalIntCounterget_post_process_time: LocalIntCounterget_from_output_files_time: LocalIntCounterseek_on_memtable_time: LocalIntCounterseek_on_memtable_count: LocalIntCounternext_on_memtable_count: LocalIntCounterprev_on_memtable_count: LocalIntCounterseek_child_seek_time: LocalIntCounterseek_child_seek_count: LocalIntCounterseek_min_heap_time: LocalIntCounterseek_max_heap_time: LocalIntCounterseek_internal_seek_time: LocalIntCounterdb_mutex_lock_nanos: LocalIntCounterdb_condition_wait_nanos: LocalIntCounterread_index_block_nanos: LocalIntCounterread_filter_block_nanos: LocalIntCounternew_table_block_iter_nanos: LocalIntCounternew_table_iterator_nanos: LocalIntCounterblock_seek_nanos: LocalIntCounterfind_table_nanos: LocalIntCounterbloom_memtable_hit_count: LocalIntCounterbloom_memtable_miss_count: LocalIntCounterbloom_sst_hit_count: LocalIntCounterbloom_sst_miss_count: LocalIntCounterget_cpu_nanos: LocalIntCounteriter_next_cpu_nanos: LocalIntCounteriter_prev_cpu_nanos: LocalIntCounteriter_seek_cpu_nanos: LocalIntCounterencrypt_data_nanos: LocalIntCounterdecrypt_data_nanos: LocalIntCounterImplementations
impl PerfCounter2Inner[src]
pub fn from(label_0: &str, m: &IntCounterVec) -> PerfCounter2Inner[src]
pub fn flush(&self)[src]
Auto Trait Implementations
impl !RefUnwindSafe for PerfCounter2Inner
impl Send for PerfCounter2Inner
impl !Sync for PerfCounter2Inner
impl Unpin for PerfCounter2Inner
impl UnwindSafe for PerfCounter2Inner
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<V, W> ConvertFrom<W> for V where
W: ConvertTo<V>, [src]
W: ConvertTo<V>,
pub fn convert_from(ctx: &mut EvalContext, from: W) -> Result<V, Error>[src]
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Pointable for T[src]
pub const ALIGN: usize[src]
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize[src]
pub unsafe fn deref<'a>(ptr: usize) -> &'a T[src]
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T[src]
pub unsafe fn drop(ptr: usize)[src]
impl<T> Pointable for T[src]
pub const ALIGN: usize[src]
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize[src]
pub unsafe fn deref<'a>(ptr: usize) -> &'a T[src]
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T[src]
pub unsafe fn drop(ptr: usize)[src]
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<T> Sealed<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>, [src]
V: MultiLane<T>,