Enum perfcnt::linux::CacheId
[−]
[src]
pub enum CacheId {
L1D,
L1I,
LL,
DTLB,
ITLB,
BPU,
NODE,
}Variants
L1DFor measuring Level 1 Data Cache
L1IFor measuring Level 1 Instruction Cache
LLFor measuring Last-Level Cache
DTLBFor measuring the Data TLB
ITLBFor measuring the Instruction TLB
BPUFor measuring the branch prediction unit
NODEFor measuring local memory accesses
(Since Linux 3.0)