Skip to content

Commit 9787a8b

Browse files
Merge pull request #13751 from Mikejo5000/mikejo-br24
Update Profiling landing page, metadata updates
2 parents 8ea3da9 + 003f770 commit 9787a8b

7 files changed

+8
-8
lines changed

docs/ide/quick-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Quick Actions, light bulbs, and screwdrivers
33
description: Use a single Quick Action in Visual Studio to refactor, generate, or modify your C#, C++, or Visual Basic code files to apply updates and fixes or generate code.
4-
ms.date: 11/01/2024
4+
ms.date: 03/26/2025
55
ms.topic: concept-article
66
author: Mikejo5000
77
ms.author: mikejo

docs/javascript/tutorial-asp-net-core-with-angular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create an ASP.NET Core app with Angular"
33
description: Create an ASP.NET Core project to serve as an API backend and an Angular project to provide the user interface in Visual Studio.
4-
ms.date: 03/20/2024
4+
ms.date: 01/08/2025
55
ms.topic: tutorial
66
ms.devlang: javascript
77
author: mikejo5000

docs/profiling/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ landingContent:
7171
url: use-file-io.md
7272
- text: Database
7373
url: analyze-database.md
74+
- text: Benchmark.NET
75+
url: profiling-with-benchmark-dotnet.md
7476
- text: Events Viewer
7577
url: events-viewer.md
7678
- text: .NET Async
7779
url: analyze-async.md
78-
- text: Analyze resource consumption (XAML)
79-
url: application-timeline.md
8080

8181
# Card (optional)
8282
- title: Guides

docs/profiling/isolate-performance-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Isolate a performance issue"
33
description: "Learn how to use .NET Counters and the Instrumentation tools to identify, isolate, and resolve performance issues."
4-
ms.date: 10/24/2024
4+
ms.date: 3/26/2025
55
ms.topic: conceptual
66
dev_langs:
77
- "CSharp"

docs/profiling/optimize-code-using-profiling-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Beginner's guide to optimizing code"
33
description: "Learn how to optimize code and reduce compute costs using Visual Studio profiling tools such as the CPU Usage tool, the .NET Object Allocation tool, and the Database tool."
4-
ms.date: 10/24/2024
4+
ms.date: 3/26/2025
55
ms.topic: conceptual
66
ms.custom: "profiling-seo"
77
dev_langs:

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 on release or debug builds"
33
description: Explore the differences between running profiling tools for your applications in Visual Studio on release or debug builds.
4-
ms.date: "01/06/2024"
4+
ms.date: "01/07/2025"
55
ms.topic: "conceptual"
66
author: "mikejo5000"
77
ms.author: "mikejo"

docs/test/debug-unit-tests-with-test-explorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Debug Unit Tests with Test Explorer
33
description: Debug and analyze unit tests via Test Explorer in Visual Studio by setting breakpoints to diagnose performance problems with a test method.
4-
ms.date: 11/08/2024
4+
ms.date: 03/26/2025
55
ms.topic: how-to
66
author: mikejo5000
77
ms.author: mikejo

0 commit comments

Comments
 (0)