Function sys_metrics::cpu::get_cputimes[][src]

pub fn get_cputimes() -> Result<CpuTimes, Error>
Expand description

Get basic CpuTimes info the host.

It only contains raw information, to get the delta we need to get the diff between N and N-1.