time.cpu

Syntax

i = time.cpu

Get the CPU time. This is the sum of the cycle time of all threads. This function uses Windows API QueryProcessCycleTime.

Returns:i - CPU time