Struct solana_runtime::accounts_hash::HashStats [−][src]
pub struct HashStats {
pub scan_time_total_us: u64,
pub zeros_time_total_us: u64,
pub hash_time_total_us: u64,
pub sort_time_total_us: u64,
pub flatten_time_total_us: u64,
pub pre_scan_flatten_time_total_us: u64,
pub hash_total: usize,
pub unreduced_entries: usize,
pub num_snapshot_storage: usize,
}Fields
scan_time_total_us: u64zeros_time_total_us: u64hash_time_total_us: u64sort_time_total_us: u64flatten_time_total_us: u64pre_scan_flatten_time_total_us: u64hash_total: usizeunreduced_entries: usizenum_snapshot_storage: usizeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HashStatsimpl UnwindSafe for HashStatsBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V