Enum x86::perfcnt::intel::description::Counter
[−]
[src]
pub enum Counter {
Fixed(u8),
Programmable(u8),
}Variants
Fixed(u8)Bit-mask containing the fixed counters usable with the corresponding performance event.
Programmable(u8)Bit-mask containing the programmable counters usable with the corresponding performance event.