Executing at Process Width
Executing at process width (which is the default) depends on whether the group of interest (GOI) is a process group or a thread group.
*Process group—TotalView runs all threads in the process, and execution continues until the thread of interest (TOI) arrives at its goal, which can be the next statement, the next instruction, and so on. Only when the TOI reaches the goal does TotalView stop the other threads in the process.
*Thread group—TotalView lets all threads in the GOI run. As each member of the GOI arrives at the goal, TotalView stops it; the rest of the threads continue executing. The command finishes when all members of the GOI arrive at the goal. At that point, TotalView stops the whole process.