Struct perfcnt::linux::perf_format::CpuTopology [] [src]

pub struct CpuTopology {
    pub cores: Vec<String>,
    pub threads: Vec<String>,
}

Fields

Trait Implementations

impl Debug for CpuTopology
[src]

Formats the value using the given formatter.