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/profiling-feature-tour.md
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "First look at profiling tools"
3
3
description: Review the different diagnostic tools available in Visual Studio for profiling your C#, Visual Basic, C++, and F# applications.
4
-
ms.date: 11/19/2024
4
+
ms.date: 1/17/2025
5
5
ms.topic: conceptual
6
6
f1_keywords:
7
7
- vs.diagnosticshub.overview
@@ -21,7 +21,6 @@ Application performance measuring tools are essential for developers who want to
21
21
22
22
For help with choosing the correct tool, or to see profiling tool support for different app types, see [Which tool should I use?](../profiling/choose-performance-tool.md) For a tutorial that shows a general approach to optimizing code using the profiling tools, see [Case study: Beginner's guide to optimizing code](../profiling/optimize-code-using-profiling-tools.md).
23
23
24
-
::: zone pivot="programming-language-dotnet,programming-language-dotnetf,programming-language-cpp"
25
24
## <aname="post_mortem"></a> Measure performance in release builds
26
25
27
26
Tools in the Performance Profiler are intended to provide analysis for **Release** builds. In the Performance Profiler, you can collect diagnostic info while the app is running, and then examine the collected information after the app is stopped (a post-mortem analysis).
@@ -39,6 +38,7 @@ For more information on using the CPU Usage or Memory usage tool in the Performa
39
38
40
39
Tools available in the Performance Profiler include:
To see profiling tool support for different app types, see [Which tool should I use?](../profiling/choose-performance-tool.md).
53
69
54
70
In some scenarios, the window allows you to select [multiple profiling tools](../profiling/use-multiple-profiler-tools-simultaneously.md). Tools such as CPU Usage may provide complementary data that you can use to help in your analysis. You can also use the [command-line profiler](../profiling/profile-apps-from-command-line.md) to enable scenarios involving multiple profiling tools.
0 commit comments