v1.1.0
Add functions cpuUserTime(pid) and cpuKernelTime(pid) which get their respective portions of process CPU time. Their sum is equal to the value returned by cpuTime(pid).
Add functions cpuUserTime(pid) and cpuKernelTime(pid) which get their respective portions of process CPU time. Their sum is equal to the value returned by cpuTime(pid).