Skip to content

Commit 6145363

Browse files
committed
acrolinx edits
1 parent 22bb972 commit 6145363

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/profiling/instrumentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The available data is similar to the CPU Usage tool, except that it's based on w
6161

6262
If any insights show up in the **Top Insights** section, use the provided link to get more information about the issue identified. For more information, see [CPU insights](../profiling/cpu-insights.md), but be aware that information for the Instrumentation tool is specific to wall clock time and not CPU utilization.
6363

64-
In addition, if you are using Copilot, use the **Ask Copilot** button to open the Copilot chat window, and Copilot will provide suggestions based on an examination of your code and any identified issues.
64+
In addition, if you're using Copilot, use the **Ask Copilot** button to open the Copilot chat window, and Copilot will provide suggestions based on an examination of your code and any identified issues.
6565

6666
## Analyze instrumentation detailed reports
6767

@@ -75,7 +75,7 @@ The report provides different views of the diagnostic data:
7575
- Functions
7676
- Flame graph
7777

78-
In all views except Caller/callee, the diagnostic report is sorted by **Total [unit, %]**, from highest to lowest. Change the sort order or sort column by selecting the column headers. You can double-click on a function that you are interested in, and you will see the source for the function as well as highlighting that shows where time is spent in that function. The table shows columns with data such as the time spent in the function, including called functions (Total), and a second column that shows the time spent in a function, excluding called functions (Self).
78+
In all views except Caller/callee, the diagnostic report is sorted by **Total [unit, %]**, from highest to lowest. Change the sort order or sort column by selecting the column headers. You can double-click on a function that you're interested in, and you'll see the source for the function as well as highlighting that shows where time is spent in that function. The table shows columns with data such as the time spent in the function, including called functions (Total), and a second column that shows the time spent in a function, excluding called functions (Self).
7979

8080
This data can help you assess whether the function itself is a performance bottleneck. Determine how much data the method is displaying to see if third-party code or runtime libraries are the reason for your endpoints being slow or resource-consumption heavy.
8181

@@ -89,7 +89,7 @@ You can click the **Expand Hot Path** and **Show Hot Path** buttons to see the f
8989

9090
![Screenshot that shows Call tree structure.](../profiling/media/vs-2022/instrumentation-with-call-tree.png)
9191

92-
Here is more information on the column values:
92+
Here's more information on the column values:
9393

9494
- **Total** indicates how much time was spent in the function and any functions called by it. High **Total** values point to the functions that are consuming the most clock time.
9595

0 commit comments

Comments
 (0)