pub struct ProgramTiming {
pub accumulated_us: Saturating<u64>,
pub accumulated_units: Saturating<u64>,
pub count: Saturating<u32>,
pub errored_txs_compute_consumed: Vec<u64>,
pub total_errored_units: Saturating<u64>,
}๐Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.Fieldsยง
ยงaccumulated_us: Saturating<u64>๐Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
ยงagave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.accumulated_units: Saturating<u64>๐Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
ยงagave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.count: Saturating<u32>๐Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
ยงagave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.errored_txs_compute_consumed: Vec<u64>๐Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
ยงagave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.total_errored_units: Saturating<u64>๐Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.Implementationsยง
Sourceยงimpl ProgramTiming
impl ProgramTiming
pub fn coalesce_error_timings(&mut self, current_estimated_program_cost: u64)
๐Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.pub fn accumulate_program_timings(&mut self, other: &ProgramTiming)
๐Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.Trait Implementationsยง
Sourceยงimpl Debug for ProgramTiming
impl Debug for ProgramTiming
Sourceยงimpl Default for ProgramTiming
impl Default for ProgramTiming
Sourceยงfn default() -> ProgramTiming
fn default() -> ProgramTiming
Returns the โdefault valueโ for a type. Read more
Sourceยงimpl PartialEq for ProgramTiming
impl PartialEq for ProgramTiming
impl Eq for ProgramTiming
impl StructuralPartialEq for ProgramTiming
Auto Trait Implementationsยง
impl Freeze for ProgramTiming
impl RefUnwindSafe for ProgramTiming
impl Send for ProgramTiming
impl Sync for ProgramTiming
impl Unpin for ProgramTiming
impl UnwindSafe for ProgramTiming
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