Thread properties

Runtime Tracing for C and C++

The Thread Properties window displays a list of all threads that are created during execution of the application. Threads are listed with the following properties:

  • Colour tab: As displayed in the Thread Bar.

  • Thread ID: A sequential number corresponding to the order in which each thread was created.

  • Name: The name of the thread.

  • State: Either Sleeping or Running state.

  • Priority: The current priority of the thread.

  • Since: The timestamp of the moment the thread entered the current state.

Click the title of each column to sort the list by the corresponding property

Thread Properties Filter

By default, the Thread Properties window displays the entire list of thread states during execution of the program.

To switch the Thread Properties Filter:

  1. Click Filter to display reduce the display to the list of threads created by the application.

  2. Click Unfilter to return the full list of thread states.

Related Topics

Thread Bar