The Thread Selection box displays statistics for threads of the process selected in the Process Selection box and lets you select a thread for further operations.
The fields of the Thread Selection box are as follows:
Field | Description |
---|---|
Thread(s) | The thread ID number. This is the handle returned by CreateThread. |
Processor Time | The amount of time that this instance of the thread has been running. |
Privileged | The percentage of the CPU time that was spent executing privileged code (code in the NT Executive). |
User | The percentage of the CPU time that was spent executing user code. This time includes time running protected subsystem code. |