Function task::scheduler::busyness

source ·
pub fn busyness(cpu_id: CpuId) -> Option<usize>
Expand description

Returns the busyness of the scheduler on the given CPU, in which higher values indicate a busier scheduler.