Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GetThreadTimes function obtains timing information for a thread. GetThreadTimes returns the following information:
- The thread creation time
- The length of time the thread has executed in kernel mode
- The length of time the thread has executed in user mode
These times do not include time spent executing system threads or waiting in a suspended or blocked state.
If the thread has exited, GetThreadTimes returns the thread exit time.
See Also
Send Feedback on this topic to the authors