Struct solana_runtime::accounts_db::ShrinkAncientStats
source · pub(crate) struct ShrinkAncientStats {
pub(crate) shrink_stats: ShrinkStats,
pub(crate) ancient_append_vecs_shrunk: AtomicU64,
pub(crate) total_us: AtomicU64,
pub(crate) random_shrink: AtomicU64,
pub(crate) slots_considered: AtomicU64,
pub(crate) ancient_scanned: AtomicU64,
}
Fields§
§shrink_stats: ShrinkStats
§ancient_append_vecs_shrunk: AtomicU64
§total_us: AtomicU64
§random_shrink: AtomicU64
§slots_considered: AtomicU64
§ancient_scanned: AtomicU64
Implementations§
Trait Implementations§
source§impl Debug for ShrinkAncientStats
impl Debug for ShrinkAncientStats
source§impl Default for ShrinkAncientStats
impl Default for ShrinkAncientStats
source§fn default() -> ShrinkAncientStats
fn default() -> ShrinkAncientStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ShrinkAncientStats
impl Send for ShrinkAncientStats
impl Sync for ShrinkAncientStats
impl Unpin for ShrinkAncientStats
impl UnwindSafe for ShrinkAncientStats
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