Struct tikv::coprocessor::metrics::prometheus_static_scope_2::PerfCounterDelegator [−][src]
Fields
user_key_comparison_count: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>block_cache_hit_count: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>block_read_count: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>block_read_byte: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>block_read_time: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>block_cache_index_hit_count: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>index_block_read_count: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>block_cache_filter_hit_count: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>filter_block_read_count: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>block_checksum_time: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>block_decompress_time: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>get_read_bytes: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>iter_read_bytes: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>internal_key_skipped_count: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>internal_delete_skipped_count: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>internal_recent_skipped_count: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>get_snapshot_time: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>get_from_memtable_time: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>get_from_memtable_count: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>get_post_process_time: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>get_from_output_files_time: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>seek_on_memtable_time: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>seek_on_memtable_count: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>next_on_memtable_count: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>prev_on_memtable_count: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>seek_child_seek_time: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>seek_child_seek_count: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>seek_min_heap_time: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>seek_max_heap_time: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>seek_internal_seek_time: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>db_mutex_lock_nanos: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>db_condition_wait_nanos: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>read_index_block_nanos: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>read_filter_block_nanos: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>new_table_block_iter_nanos: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>new_table_iterator_nanos: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>block_seek_nanos: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>find_table_nanos: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>bloom_memtable_hit_count: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>bloom_memtable_miss_count: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>bloom_sst_hit_count: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>bloom_sst_miss_count: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>get_cpu_nanos: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>iter_next_cpu_nanos: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>iter_prev_cpu_nanos: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>iter_seek_cpu_nanos: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>encrypt_data_nanos: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>decrypt_data_nanos: AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>Implementations
impl PerfCounterDelegator[src]
pub fn new(
root: &'static LocalKey<PerfCounterInner>,
offset1: usize
) -> PerfCounterDelegator[src]
root: &'static LocalKey<PerfCounterInner>,
offset1: usize
) -> PerfCounterDelegator
pub fn get(
&self,
enum_value: PerfMetric
) -> &AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>[src]
&self,
enum_value: PerfMetric
) -> &AFLocalCounter<PerfCounterInner, LocalIntCounter, PerfCounter2Delegator>
Auto Trait Implementations
impl !RefUnwindSafe for PerfCounterDelegator
impl Send for PerfCounterDelegator
impl Sync for PerfCounterDelegator
impl Unpin for PerfCounterDelegator
impl UnwindSafe for PerfCounterDelegator
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> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized, [src]
T: Send + Sync + UnwindSafe + ?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>,