Skip to content

Commit 755cd0c

Browse files
committed
Add links to memory usage overview article
1 parent 29a2330 commit 755cd0c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/profiling/analyze-memory-usage.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Choose a memory analysis tool"
33
description: Learn about the tools you can use to find memory leaks and inefficient memory usage, tools such as the Memory Usage tool and the .NET Object Allocation tool.
4-
ms.date: "01/06/2024"
4+
ms.date: "04/14/2025"
55
ms.topic: "conceptual"
66
author: "mikejo5000"
77
ms.author: "mikejo"
@@ -24,6 +24,12 @@ C++ developers can use Memory Usage tool on debug or release builds:
2424
- [Measure memory usage on debug builds](../profiling/memory-usage.md)
2525
- [Analyze memory usage on release builds](../profiling/memory-usage-without-debugging2.md)
2626

27+
## Learn more
28+
29+
You may want to read about a general approach to optimizing code using the profiling tools. This article shows you how to use different tools, including the .NET Object Allocation tool, to optimize code.
30+
31+
[Case study: Beginner's guide to optimizing code](../profiling/optimize-code-using-profiling-tools.md)
32+
2733
## Blogs and videos
2834

2935
[Analyze CPU and memory while debugging](https://devblogs.microsoft.com/visualstudio/analyze-cpu-memory-while-debugging/)

docs/profiling/dotnet-alloc-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Analyze memory usage for .NET objects
33
description: View how much memory your app uses and what code paths allocate the most memory by using the .NET Object Allocation tool.
4-
ms.date: 01/31/2024
4+
ms.date: 04/14/2025
55
ms.topic: how-to
66
helpviewer_keywords:
77
- memory allocation, memory usage

0 commit comments

Comments
 (0)