Struct mcpat_sys::predictor_systemcore
[−]
[src]
pub struct predictor_systemcore { pub prediction_width: c_int, pub prediction_scheme: [c_char; 20], pub predictor_size: c_int, pub predictor_entries: c_int, pub local_predictor_size: [c_int; 20], pub local_predictor_entries: c_int, pub global_predictor_entries: c_int, pub global_predictor_bits: c_int, pub chooser_predictor_entries: c_int, pub chooser_predictor_bits: c_int, pub predictor_accesses: c_double, }
Fields
prediction_width: c_int
prediction_scheme: [c_char; 20]
predictor_size: c_int
predictor_entries: c_int
local_predictor_size: [c_int; 20]
local_predictor_entries: c_int
global_predictor_entries: c_int
global_predictor_bits: c_int
chooser_predictor_entries: c_int
chooser_predictor_bits: c_int
predictor_accesses: c_double
Trait Implementations
Derived Implementations
impl Debug for predictor_systemcore
[src]
impl Copy for predictor_systemcore
[src]
impl Clone for predictor_systemcore
[src]
fn clone(&self) -> predictor_systemcore
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more