Skip to content

Commit 76c6fcf

Browse files
committed
link updates
1 parent 18f3a2e commit 76c6fcf

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/profiling/profiling-feature-tour.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,18 @@ While you are debugging, you can use the **Diagnostic Tools** window to analyze
5757
The **Diagnostic Tools** window is a common way to profile apps, but for Release builds you can also do a post-mortem analysis of your app instead. For more information on different approaches, see [Run profiling tools with or without the debugger](../profiling/running-profiling-tools-with-or-without-the-debugger.md). To see profiling tool support for different app types, see [Which tool should I use?](../profiling/choose-performance-tool.md).
5858

5959
Tools available in the Diagnostic Tools window or during a debugging session include:
60+
::: moniker range=">=vs-2022"
61+
62+
- [CPU usage](../profiling/beginners-guide-to-performance-profiling.md)
63+
- [Memory usage](../profiling/memory-usage.md)
64+
- [.NET Counters](../profiling/dotnet-counters-tool.md)
65+
- [PerfTips](../profiling/perftips.md)
66+
::: moniker-end
67+
::: moniker range="<=vs-2019"
6068
- [CPU usage](../profiling/beginners-guide-to-performance-profiling.md)
6169
- [Memory usage](../profiling/memory-usage.md)
6270
- [PerfTips](../profiling/perftips.md)
71+
::: moniker-end
6372

6473
> [!TIP]
6574
> Use relaunch to skip the launch page and automatically run with your previous settings by pressing **Alt+F2** or by clicking **Debug > Performance Profiler**.
@@ -256,6 +265,7 @@ Starting in Visual Studio 2019 version 16.7, you can use the [.NET Counters tool
256265
The tool shows live values for each counter in a list view.
257266

258267
:::image type="content" source="../profiling/media/dotnet-counters-tool-collecting.png" alt-text=".NET Counter tool collecting.":::
268+
259269
## Analyze resource consumption (XAML)
260270

261271
In XAML apps, such as Windows desktop WPF apps and UWP apps, you can analyze resource consumption using the Application Timeline tool. For example, you can analyze the time spent by your application preparing UI frames (layout and render), servicing network and disk requests, and in scenarios like application startup, page load, and Window resize. To use the tool, choose **Application Timeline** in the Performance Profiler, and then choose **Start**. In your app, go through the scenario with a suspected resource consumption issue, and then choose **Stop collection** to generate the report.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Run profiling tools with or without the debugger"
33
description: "Learn about differences between the different modes available for profiling tools"
4-
ms.date: "03/22/2023"
4+
ms.date: "11/09/2023"
55
ms.topic: "conceptual"
66
author: "mikejo5000"
77
ms.author: "mikejo"

0 commit comments

Comments
 (0)