pub fn get_primary_cpus(mode: Powermode) -> Result<Vec<usize>>Expand description
Return the list of CPU IDs matching the requested power mode.
Selects CPUs from the system topology based on Powermode:
Powermode::Turbo: only turbo-capable big coresPowermode::Performance: all big coresPowermode::Powersave: only little coresPowermode::Any: all CPUs