Struct solana_runtime::bank::metrics::NewEpochTimings
source · pub(crate) struct NewEpochTimings {
pub(crate) thread_pool_time_us: u64,
pub(crate) apply_feature_activations_time_us: u64,
pub(crate) activate_epoch_time_us: u64,
pub(crate) update_epoch_stakes_time_us: u64,
pub(crate) update_rewards_with_thread_pool_time_us: u64,
}
Fields§
§thread_pool_time_us: u64
§apply_feature_activations_time_us: u64
§activate_epoch_time_us: u64
§update_epoch_stakes_time_us: u64
§update_rewards_with_thread_pool_time_us: u64
Auto Trait Implementations§
impl RefUnwindSafe for NewEpochTimings
impl Send for NewEpochTimings
impl Sync for NewEpochTimings
impl Unpin for NewEpochTimings
impl UnwindSafe for NewEpochTimings
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