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

pub struct NrCpus {
    pub online: u32,
    pub available: u32,
}

Fields

How many CPUs are online

CPUs not yet online

Trait Implementations

impl Debug for NrCpus
[src]

Formats the value using the given formatter.