Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/PerfView/SupportFiles/UsersGuide.htm
Original file line number Diff line number Diff line change
Expand Up @@ -5181,7 +5181,7 @@ <h3>A Wall Clock Time Investigation</h3>
request (or groups of request), you can see only &#39;interesting&#39; time.
</li>
<li>
If the application uses System.Threading.Threads.Tasks, you can use the &#39;Thread Time (with
If the application uses System.Threading.Tasks, you can use the &#39;Thread Time (with
Tasks) view.&nbsp; This marks the segment of a task that is executing a single task with the
ID of that task.&nbsp; I also attributes a Task&#39;s time to the call stack of the task that
activated it.&nbsp;&nbsp; In this way concurrent programs can be analyzed as if they were singly
Expand Down