Struct solana_program_runtime::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: u64accumulated_units: u64count: u32errored_txs_compute_consumed: Vec<u64>total_errored_units: u64Implementations
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 !=.