pub fn format_cpu_cores(logical: usize, physical: Option<usize>) -> StringExpand description
Formats a CPU core topology string.
Returns "NP + NE / NT" on Intel hybrid CPUs (different max frequencies per cluster),
"NC / NT" when physical < logical (hyperthreading), or "N cores" otherwise.