Struct raw_cpuid::PerformanceMonitoringInfo [−][src]
pub struct PerformanceMonitoringInfo { /* fields omitted */ }Methods
impl PerformanceMonitoringInfo[src]
impl PerformanceMonitoringInfopub fn version_id(&self) -> u8[src]
pub fn version_id(&self) -> u8Version ID of architectural performance monitoring. (Bits 07 - 00)
pub fn number_of_counters(&self) -> u8[src]
pub fn number_of_counters(&self) -> u8Number of general-purpose performance monitoring counter per logical processor. (Bits 15- 08)
pub fn counter_bit_width(&self) -> u8[src]
pub fn counter_bit_width(&self) -> u8Bit width of general-purpose, performance monitoring counter. (Bits 23 - 16)
pub fn ebx_length(&self) -> u8[src]
pub fn ebx_length(&self) -> u8Length of EBX bit vector to enumerate architectural performance monitoring events. (Bits 31 - 24)
pub fn fixed_function_counters(&self) -> u8[src]
pub fn fixed_function_counters(&self) -> u8Number of fixed-function performance counters (if Version ID > 1). (Bits 04 - 00)
pub fn fixed_function_counters_bit_width(&self) -> u8[src]
pub fn fixed_function_counters_bit_width(&self) -> u8Bit width of fixed-function performance counters (if Version ID > 1). (Bits 12- 05)
pub fn has_any_thread_deprecation(&self) -> bool[src]
pub fn has_any_thread_deprecation(&self) -> boolAnyThread deprecation
Core cycle event not available if 1.
Instruction retired event not available if 1.
Reference cycles event not available if 1.
Last-level cache reference event not available if 1.
Last-level cache misses event not available if 1.
Branch instruction retired event not available if 1.
Branch mispredict retired event not available if 1.
Trait Implementations
impl Debug for PerformanceMonitoringInfo[src]
impl Debug for PerformanceMonitoringInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for PerformanceMonitoringInfo[src]
impl Default for PerformanceMonitoringInfofn default() -> PerformanceMonitoringInfo[src]
fn default() -> PerformanceMonitoringInfoReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for PerformanceMonitoringInfo
impl Send for PerformanceMonitoringInfoimpl Sync for PerformanceMonitoringInfo
impl Sync for PerformanceMonitoringInfo