pub struct ProgramTiming {
pub accumulated_us: u64,
pub accumulated_units: u64,
pub count: u32,
pub errored_txs_compute_consumed: Vec<u64>,
pub total_errored_units: u64,
}
Fields
accumulated_us: u64
accumulated_units: u64
count: u32
errored_txs_compute_consumed: Vec<u64>
total_errored_units: u64
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ProgramTiming
impl Send for ProgramTiming
impl Sync for ProgramTiming
impl Unpin for ProgramTiming
impl UnwindSafe for ProgramTiming
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