Struct solana_sdk::execute_timings::ProgramTiming
source · [−]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 !=
.