fn build_cpu_topology_grid_compact<'a>(
topo: &'a TopologyInfo,
cpu_stats: &'a [(f32, f32)],
) -> impl Widget + 'aExpand description
A very compact topology display: shows LLC clusters cleanly formatted.
fn build_cpu_topology_grid_compact<'a>(
topo: &'a TopologyInfo,
cpu_stats: &'a [(f32, f32)],
) -> impl Widget + 'aA very compact topology display: shows LLC clusters cleanly formatted.