Struct solana_runtime::cost_tracker_stats::CostTrackerStats [−][src]
pub struct CostTrackerStats {
pub id: u32,
pub transaction_cost_histogram: Histogram,
pub writable_accounts_cost_histogram: Histogram,
pub transaction_count: u64,
pub block_cost: u64,
pub bank_slot: u64,
}
Fields
id: u32
transaction_cost_histogram: Histogram
writable_accounts_cost_histogram: Histogram
transaction_count: u64
block_cost: u64
bank_slot: u64
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CostTrackerStats
impl Send for CostTrackerStats
impl Sync for CostTrackerStats
impl Unpin for CostTrackerStats
impl UnwindSafe for CostTrackerStats
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