time.cpu
Syntax
Get the CPU time. This is the sum of the cycle time of all threads. This function uses Windows API QueryProcessCycleTime.
i - CPU time
time.clock
time.kernel
9.1.13