Update the Idle view

This commit is contained in:
Rodrigo Arias 2023-03-27 11:47:46 +02:00 committed by Rodrigo Arias Mallo
parent 14dc70c6a2
commit 0e75a2b6ad

View File

@ -78,11 +78,12 @@ This view shows the type of each thread:
## Idle view ## Idle view
This view shows the idle state of the worker thread. A worker becomes idle when The idle view shows when CPUs become *Idle*. This state is displayed when no
it has nothing to do. In particular, when attempting to get a task in the thread is *Running* in the CPU or when a worker is marked as Stalled (not making
DelegationLock, after the first iteration the worker is considered idle. progress) such as when busy waiting but still *Running* in the CPU.
Similarly, when a worker serves tasks, all the time is not moving tasks from the
queues is considered idle too. In particular, a worker requesting a new task will become Stalled after entering
the delegation lock and performing a complete iteration without receiving work.
## Subsystem view ## Subsystem view