win32process.GetProcessTimes

dict = GetProcessTimes(hProcess)

Retrieve time statics for a process by handle. (KernelTime and UserTime in 100 nanosecond units)

Parameters

hProcess : PyHANDLE

Process handle as returned by OpenProcess