Struct solana_runtime::accounts_db::AccountsStats
source · pub struct AccountsStats {Show 19 fields
delta_hash_scan_time_total_us: AtomicU64,
delta_hash_accumulate_time_total_us: AtomicU64,
delta_hash_num: AtomicU64,
last_store_report: AtomicInterval,
store_hash_accounts: AtomicU64,
calc_stored_meta: AtomicU64,
store_accounts: AtomicU64,
store_update_index: AtomicU64,
store_handle_reclaims: AtomicU64,
store_append_accounts: AtomicU64,
pub stakes_cache_check_and_store_us: AtomicU64,
store_num_accounts: AtomicU64,
store_total_data: AtomicU64,
recycle_store_count: AtomicU64,
create_store_count: AtomicU64,
store_get_slot_store: AtomicU64,
store_find_existing: AtomicU64,
dropped_stores: AtomicU64,
store_uncleaned_update: AtomicU64,
}
Fields§
§delta_hash_scan_time_total_us: AtomicU64
§delta_hash_accumulate_time_total_us: AtomicU64
§delta_hash_num: AtomicU64
§last_store_report: AtomicInterval
§store_hash_accounts: AtomicU64
§calc_stored_meta: AtomicU64
§store_accounts: AtomicU64
§store_update_index: AtomicU64
§store_handle_reclaims: AtomicU64
§store_append_accounts: AtomicU64
§stakes_cache_check_and_store_us: AtomicU64
§store_num_accounts: AtomicU64
§store_total_data: AtomicU64
§recycle_store_count: AtomicU64
§create_store_count: AtomicU64
§store_get_slot_store: AtomicU64
§store_find_existing: AtomicU64
§dropped_stores: AtomicU64
§store_uncleaned_update: AtomicU64
Trait Implementations§
source§impl Debug for AccountsStats
impl Debug for AccountsStats
source§impl Default for AccountsStats
impl Default for AccountsStats
source§fn default() -> AccountsStats
fn default() -> AccountsStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for AccountsStats
impl Send for AccountsStats
impl Sync for AccountsStats
impl Unpin for AccountsStats
impl UnwindSafe for AccountsStats
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more