Skip to content

Commit 22bb972

Browse files
committed
edits
1 parent 51252ba commit 22bb972

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/profiling/instrumentation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,13 @@ Here is more information on the column values:
101101

102102
### Async calls in the Instrumentation call tree (.NET)
103103

104-
Starting in Visual Studio 2022 version 17.13 Preview 2, the call tree view nests .NET asynchronous calls under the functions where the asynchronous call was made, making it easier to trace the execution flow within a single, unified stack trace. This can help you quickly identify performance bottlenecks.
104+
Starting in Visual Studio 2022 version 17.13 Preview 2, views representing a visual call tree nest .NET asynchronous calls under the functions where the asynchronous call was made, making it easier to trace the execution flow within a single, unified stack trace. This can help you quickly identify performance bottlenecks.
105+
106+
The unified stack trace shows in the **Call Tree** view and the **Hot Path** section of the Summary page. Async nodes appear with the **[Async Call]** descriptor.
105107

106108
![Screenshot that shows Call tree structure for async calls.](../profiling/media/vs-2022/instrumentation-call-tree-async.png)
107109

108-
You can toggle the display of a stitched together asynchronous call stack by selecting **Stitch Async Stacks** from the **Filter** option in the profiler's Summary view.
110+
You can toggle the display of a stitched together asynchronous call stack by selecting **Stitch Async Stacks** from the **Filter** option in the profiler's Summary view. The setting is enabled by default.
109111

110112
![Screenshot that shows the Stick Async Stacks option.](../profiling/media/vs-2022/instrumentation-stitch-async-calls.png)
111113

0 commit comments

Comments
 (0)