Skip to content

Commit b71af42

Browse files
committed
tweak
1 parent e1dd2a6 commit b71af42

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/profiling/running-profiling-tools-with-or-without-the-debugger.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To decide which tools and results to use, consider the following options:
3737
::: moniker range=">=vs-2022"
3838
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.
3939

40-
![Screenshot of the Diagnostic Tools window](../profiling/media/vs-2022/diagnostic-tools-window.png "Diagnostic Tools Window")
40+
![Screenshot of the Diagnostic Tools window.](../profiling/media/vs-2022/diagnostic-tools-window.png "Diagnostic Tools Window")
4141
::: moniker-end
4242
::: moniker range="<=vs-2019"
4343
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
6868
Use the **Filter** drop-down list to filter events in and out of view, by selecting or clearing specific categories of events.
6969

7070
::: moniker range=">=vs-2022"
71-
![Screenshot of Diagnostic Event filter](../profiling/media/vs-2022/diagnostic-event-filter.png "Diagnostic Event Filter")
71+
![Screenshot of Diagnostic Event filter.](../profiling/media/vs-2022/diagnostic-event-filter.png "Diagnostic Event Filter")
7272
::: moniker-end
7373
::: moniker range="<=vs-2019"
7474
![Screenshot of Diagnostic Event filter](../profiling/media/diagnosticeventfilter.png "Diagnostic Event Filter")
@@ -77,7 +77,7 @@ Use the **Filter** drop-down list to filter events in and out of view, by select
7777
::: moniker range=">=vs-2022"
7878
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:
7979

80-
![Screenshot of Diagnostic Event search](../profiling/media/vs-2022/diagnostics-event-search.png "Diagnostic Event Search")
80+
![Screenshot of Diagnostic Event search.](../profiling/media/vs-2022/diagnostics-event-search.png "Diagnostic Event Search")
8181
::: moniker-end
8282
::: moniker range="<=vs-2019"
8383
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
9898
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.
9999

100100
::: moniker range=">=vs-2022"
101-
![Screenshot of diagnostic tools](../profiling/media/vs-2022/performance-profiler-summary-page.png "DIAG_SelectTool")
101+
![Screenshot of diagnostic tools.](../profiling/media/vs-2022/performance-profiler-summary-page.png "DIAG_SelectTool")
102102
::: moniker-end
103103
::: moniker range="<=vs-2019"
104104
![Screenshot of diagnostic tools](../profiling/media/diaghubsummarypage.png "DIAG_SelectTool")
@@ -109,7 +109,7 @@ To collect performance data without debugging, you can run the Performance Profi
109109
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.
110110

111111
::: moniker range=">=vs-2022"
112-
![Screenshot of data collection on the Performance Profiler](../profiling/media/vs-2022/performance-profiler-collect-data.png "Diag collect data")
112+
![Screenshot of data collection on the Performance Profiler.](../profiling/media/vs-2022/performance-profiler-collect-data.png "Diag collect data")
113113
::: moniker-end
114114
::: moniker range="<=vs-2019"
115115
![Screenshot of data collection on the Performance Profiler](../profiling/media/diaghubcollectdata.png "Hub collect data")
@@ -122,7 +122,7 @@ To collect performance data without debugging, you can run the Performance Profi
122122
You can save the reports, and open them from the **Recently Opened Sessions** list on the Diagnostic Tools launch page.
123123

124124
::: moniker range=">=vs-2022"
125-
![Screenshot of Diagnostic Tools Recently Opened Sessions list](../profiling/media/vs-2022/performance-profiler-open-existing-diagnostics-session.png "PDHUB_OpenExistingDiagSession")
125+
![Screenshot of Diagnostic Tools Recently Opened Sessions list.](../profiling/media/vs-2022/performance-profiler-open-existing-diagnostics-session.png "PDHUB_OpenExistingDiagSession")
126126
::: moniker-end
127127
::: moniker range="<=vs-2019"
128128
![Screenshot of Diagnostic Tools Recently Opened Sessions list](../profiling/media/diaghubopenexistingdiagsession.png "PDHUB_OpenExistingDiagSession")

0 commit comments

Comments
 (0)