Skip to content

Commit 29a2330

Browse files
committed
Add information for top insights in .NET Object Allocation tool
1 parent 85c5976 commit 29a2330

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/profiling/dotnet-alloc-tool.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ You can filter the tabular data to display activity for only a specified time ra
106106

107107
You can also zoom into or out of the graph.
108108

109+
::: moniker range=">=vs-2022"
110+
## Insights
111+
112+
If any insights show up in the **Insights** view, use the provided link to get more information about the issue identified. In addition, if you are using Copilot, the **Ask Copilot** button will open the Copilot chat window, and Copilot will provide suggestions based on your code and any identified issues.
113+
::: moniker-end
114+
109115
### Allocation
110116

111117
The **Allocation** view shows the location of objects that are allocating memory and how much memory those objects are allocating.

0 commit comments

Comments
 (0)