Struct raw_cpuid::L3MonitoringInfo[][src]

pub struct L3MonitoringInfo { /* fields omitted */ }

Methods

impl L3MonitoringInfo
[src]

Conversion factor from reported IA32_QM_CTR value to occupancy metric (bytes).

Maximum range (zero-based) of RMID of L3.

Supports occupancy monitoring.

Supports total bandwidth monitoring.

Supports local bandwidth monitoring.

Trait Implementations

impl Debug for L3MonitoringInfo
[src]

Formats the value using the given formatter. Read more

impl Default for L3MonitoringInfo
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations