Struct solana_runtime::accounts_hash::HashStats [−][src]
pub struct HashStats {Show 13 fields
pub scan_time_total_us: u64,
pub zeros_time_total_us: u64,
pub hash_time_total_us: u64,
pub hash_time_pre_us: u64,
pub sort_time_total_us: u64,
pub hash_total: usize,
pub unreduced_entries: usize,
pub num_snapshot_storage: usize,
pub num_slots: usize,
pub collect_snapshots_us: u64,
pub storage_sort_us: u64,
pub min_bin_size: usize,
pub max_bin_size: usize,
}
Fields
scan_time_total_us: u64
zeros_time_total_us: u64
hash_time_total_us: u64
hash_time_pre_us: u64
sort_time_total_us: u64
hash_total: usize
unreduced_entries: usize
num_snapshot_storage: usize
num_slots: usize
collect_snapshots_us: u64
storage_sort_us: u64
min_bin_size: usize
max_bin_size: usize
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HashStats
impl UnwindSafe for HashStats
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more