I know that GetProcessTimes
can be used to retrieve the time a process spent in user mode (as opposed to the time it spent in kernel mode or the time it was suspended). Unfortunately, it seems that the resolution is only 16ms (the same as GetTickCount
).
Is there a way to retrieve the time with greater precision?