Struct engine_rocks::raw::PerfContext [−][src]
Fields
inner: *mut DBPerfContext
Implementations
impl PerfContext
[src]
pub fn get() -> PerfContext
[src]
pub fn reset(&mut self)
[src]
pub fn user_key_comparison_count(&self) -> u64
[src]
pub fn block_cache_hit_count(&self) -> u64
[src]
pub fn block_read_count(&self) -> u64
[src]
pub fn block_read_byte(&self) -> u64
[src]
pub fn block_read_time(&self) -> u64
[src]
pub fn block_cache_index_hit_count(&self) -> u64
[src]
pub fn index_block_read_count(&self) -> u64
[src]
pub fn block_cache_filter_hit_count(&self) -> u64
[src]
pub fn filter_block_read_count(&self) -> u64
[src]
pub fn block_checksum_time(&self) -> u64
[src]
pub fn block_decompress_time(&self) -> u64
[src]
pub fn get_read_bytes(&self) -> u64
[src]
pub fn multiget_read_bytes(&self) -> u64
[src]
pub fn iter_read_bytes(&self) -> u64
[src]
pub fn internal_key_skipped_count(&self) -> u64
[src]
pub fn internal_delete_skipped_count(&self) -> u64
[src]
pub fn internal_recent_skipped_count(&self) -> u64
[src]
pub fn internal_merge_count(&self) -> u64
[src]
pub fn get_snapshot_time(&self) -> u64
[src]
pub fn get_from_memtable_time(&self) -> u64
[src]
pub fn get_from_memtable_count(&self) -> u64
[src]
pub fn get_post_process_time(&self) -> u64
[src]
pub fn get_from_output_files_time(&self) -> u64
[src]
pub fn seek_on_memtable_time(&self) -> u64
[src]
pub fn seek_on_memtable_count(&self) -> u64
[src]
pub fn next_on_memtable_count(&self) -> u64
[src]
pub fn prev_on_memtable_count(&self) -> u64
[src]
pub fn seek_child_seek_time(&self) -> u64
[src]
pub fn seek_child_seek_count(&self) -> u64
[src]
pub fn seek_min_heap_time(&self) -> u64
[src]
pub fn seek_max_heap_time(&self) -> u64
[src]
pub fn seek_internal_seek_time(&self) -> u64
[src]
pub fn find_next_user_entry_time(&self) -> u64
[src]
pub fn write_wal_time(&self) -> u64
[src]
pub fn write_memtable_time(&self) -> u64
[src]
pub fn write_delay_time(&self) -> u64
[src]
pub fn write_pre_and_post_process_time(&self) -> u64
[src]
pub fn db_mutex_lock_nanos(&self) -> u64
[src]
pub fn write_thread_wait_nanos(&self) -> u64
[src]
pub fn write_scheduling_flushes_compactions_time(&self) -> u64
[src]
pub fn db_condition_wait_nanos(&self) -> u64
[src]
pub fn merge_operator_time_nanos(&self) -> u64
[src]
pub fn read_index_block_nanos(&self) -> u64
[src]
pub fn read_filter_block_nanos(&self) -> u64
[src]
pub fn new_table_block_iter_nanos(&self) -> u64
[src]
pub fn new_table_iterator_nanos(&self) -> u64
[src]
pub fn block_seek_nanos(&self) -> u64
[src]
pub fn find_table_nanos(&self) -> u64
[src]
pub fn bloom_memtable_hit_count(&self) -> u64
[src]
pub fn bloom_memtable_miss_count(&self) -> u64
[src]
pub fn bloom_sst_hit_count(&self) -> u64
[src]
pub fn bloom_sst_miss_count(&self) -> u64
[src]
pub fn env_new_sequential_file_nanos(&self) -> u64
[src]
pub fn env_new_random_access_file_nanos(&self) -> u64
[src]
pub fn env_new_writable_file_nanos(&self) -> u64
[src]
pub fn env_reuse_writable_file_nanos(&self) -> u64
[src]
pub fn env_new_random_rw_file_nanos(&self) -> u64
[src]
pub fn env_new_directory_nanos(&self) -> u64
[src]
pub fn env_file_exists_nanos(&self) -> u64
[src]
pub fn env_get_children_nanos(&self) -> u64
[src]
pub fn env_get_children_file_attributes_nanos(&self) -> u64
[src]
pub fn env_delete_file_nanos(&self) -> u64
[src]
pub fn env_create_dir_nanos(&self) -> u64
[src]
pub fn env_create_dir_if_missing_nanos(&self) -> u64
[src]
pub fn env_delete_dir_nanos(&self) -> u64
[src]
pub fn env_get_file_size_nanos(&self) -> u64
[src]
pub fn env_get_file_modification_time_nanos(&self) -> u64
[src]
pub fn env_rename_file_nanos(&self) -> u64
[src]
pub fn env_link_file_nanos(&self) -> u64
[src]
pub fn env_lock_file_nanos(&self) -> u64
[src]
pub fn env_unlock_file_nanos(&self) -> u64
[src]
pub fn env_new_logger_nanos(&self) -> u64
[src]
pub fn get_cpu_nanos(&self) -> u64
[src]
pub fn iter_next_cpu_nanos(&self) -> u64
[src]
pub fn iter_prev_cpu_nanos(&self) -> u64
[src]
pub fn iter_seek_cpu_nanos(&self) -> u64
[src]
pub fn encrypt_data_nanos(&self) -> u64
[src]
pub fn decrypt_data_nanos(&self) -> u64
[src]
Auto Trait Implementations
impl RefUnwindSafe for PerfContext
impl !Send for PerfContext
impl !Sync for PerfContext
impl Unpin for PerfContext
impl UnwindSafe for PerfContext
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<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> 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>,