Skip to main content

process_cpu_by_thread

Function process_cpu_by_thread 

Source
pub fn process_cpu_by_thread() -> BTreeMap<String, u64>
Expand description

The CPU time of every thread in this process so far, summed by thread name (milliseconds): the engine’s tasks by their fv-task-N names, librdkafka’s rdk:* threads, the rest. Empty where /proc is absent. This is where a build’s cores go, at a glance.