Struct solana_runtime::cost_tracker::CostStats [−][src]
pub struct CostStats {
pub bank_slot: Slot,
pub total_cost: u64,
pub number_of_accounts: usize,
pub costliest_account: Pubkey,
pub costliest_account_cost: u64,
}
Fields
bank_slot: Slot
total_cost: u64
number_of_accounts: usize
costliest_account: Pubkey
costliest_account_cost: u64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CostStats
impl UnwindSafe for CostStats
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