You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/profiling/running-profiling-tools-with-or-without-the-debugger.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ To decide which tools and results to use, consider the following options:
37
37
::: moniker range=">=vs-2022"
38
38
When you start debugging in Visual Studio by selecting **Debug** > **Start Debugging**, or pressing **F5**, the **Diagnostic Tools** window appears by default. To open it manually, select **Debug** > **Windows** > **Show Diagnostic Tools**. The **Diagnostic Tools** window shows information about events, process memory, CPU usage, and .NET Counters.
39
39
40
-

40
+

41
41
::: moniker-end
42
42
::: moniker range="<=vs-2019"
43
43
When you start debugging in Visual Studio by selecting **Debug** > **Start Debugging**, or pressing **F5**, the **Diagnostic Tools** window appears by default. To open it manually, select **Debug** > **Windows** > **Show Diagnostic Tools**. The **Diagnostic Tools** window shows information about events, process memory, and CPU usage.
@@ -68,7 +68,7 @@ During a debugging session, the Events tab of the Diagnostic Tools window lists
68
68
Use the **Filter** drop-down list to filter events in and out of view, by selecting or clearing specific categories of events.
69
69
70
70
::: moniker range=">=vs-2022"
71
-

71
+

72
72
::: moniker-end
73
73
::: moniker range="<=vs-2019"
74
74

@@ -77,7 +77,7 @@ Use the **Filter** drop-down list to filter events in and out of view, by select
77
77
::: moniker range=">=vs-2022"
78
78
Use the search box to find a specific string in the event list. Here are the results of a search for the file name *model* that matched three events:
79
79
80
-

80
+

81
81
::: moniker-end
82
82
::: moniker range="<=vs-2019"
83
83
Use the search box to find a specific string in the event list. Here are the results of a search for the string *name* that matched four events:
@@ -98,7 +98,7 @@ To collect performance data without debugging, you can run the Performance Profi
98
98
1. On the diagnostic tools launch page, select one or more tools to run. Only the tools that are applicable to the project type, operating system, and programming language are shown. Select **Show all tools** to also see tools that are disabled for this diagnostic session.
99
99
100
100
::: moniker range=">=vs-2022"
101
-

101
+

102
102
::: moniker-end
103
103
::: moniker range="<=vs-2019"
104
104

@@ -109,7 +109,7 @@ To collect performance data without debugging, you can run the Performance Profi
109
109
While the session is running, some tools show graphs of real-time data on the diagnostic tools page, and might show options to pause and resume data collection.
110
110
111
111
::: moniker range=">=vs-2022"
112
-

112
+

113
113
::: moniker-end
114
114
::: moniker range="<=vs-2019"
115
115

@@ -122,7 +122,7 @@ To collect performance data without debugging, you can run the Performance Profi
122
122
You can save the reports, and open them from the **Recently Opened Sessions** list on the Diagnostic Tools launch page.
123
123
124
124
::: moniker range=">=vs-2022"
125
-

125
+

126
126
::: moniker-end
127
127
::: moniker range="<=vs-2019"
128
128

0 commit comments