[][src]Function psutil::cpu::cpu_times_percent_percpu

pub fn cpu_times_percent_percpu(interval: f64) -> Result<Vec<CpuTimesPercent>>

Return a vector of CpuTimesPercent representing the current detailed CPU utilization as percentage per cpu.

Interval must be > 0.0 seconds. If interval is < 0.1, the result of this function will be meaningless. The function compares all CPU times per CPU elapsed before and after the interval(blocking).

Use informations contains in '/proc/stat'