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: u64
zeros_time_total_us: u64
hash_time_total_us: u64
sort_time_total_us: u64
flatten_time_total_us: u64
pre_scan_flatten_time_total_us: u64
hash_total: usize
unreduced_entries: usize
num_snapshot_storage: usize
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HashStats
impl RefUnwindSafe for HashStats
impl UnwindSafe for HashStats
impl UnwindSafe for HashStats
Blanket Implementations
impl<T> AbiExample for T
[src]
impl<T> AbiExample for T
[src]impl<T> Instrument 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> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,