Enum perfcnt::linux::CacheId [] [src]

pub enum CacheId {
    L1D,
    L1I,
    LL,
    DTLB,
    ITLB,
    BPU,
    NODE,
}

Variants

[]

For measuring Level 1 Data Cache

[]

For measuring Level 1 Instruction Cache

[]

For measuring Last-Level Cache

[]

For measuring the Data TLB

[]

For measuring the Instruction TLB

[]

For measuring the branch prediction unit

[]

For measuring local memory accesses

(Since Linux 3.0)