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: content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/_index.md
+44-12Lines changed: 44 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,27 @@
1
1
---
2
2
title: WindowsPerf Visual Studio extension
3
+
draft: true
4
+
cascade:
5
+
draft: true
3
6
4
7
minutes_to_complete: 30
5
8
6
-
who_is_this_for: WindowsPerf users who want to integrate WindowsPerf into their development flow.
9
+
who_is_this_for: This is an introductory topic for software developers using Visual Studio on Windows on Arm who want to integrate WindowsPerf into their development flow.
7
10
8
11
learning_objectives:
9
-
- Learn how to use the WindowsPerf Visual Studio extension
10
-
- Generate a counting report and explore the data
11
-
- (Optional) Review the report in Windows Performance Analyzer (WPA)
12
-
- Generate a sample report and explore the data
13
-
- Generate a sample SPE report and explore the data
12
+
- Install and use the WindowsPerf Visual Studio extension.
13
+
- Generate a counting report and explore the data.
14
+
- Review the report in Windows Performance Analyzer (WPA).
15
+
- Generate a sample report and explore the data.
16
+
- Generate a sample SPE report and explore the data.
- Visual Studio 2022 Community Edition installed [(Installation guide)](/install-guides/vs-woa/)
13
+
- WindowsPerf Visual Studio extension installed [(Installation guide)](/install-guides/windows-perf-vs-extension/)
14
+
- (Optional) WindowsPerf WPA plugin installed
15
+
16
+
11
17
The Counting feature in the WindowsPerf GUI extension is a powerful tool for analyzing and optimizing your code's performance.
12
18
This tutorial guides you through the entire process, from setting up your counting preferences to analyzing the results and interfacing with the WindowsPerf Windows
0 commit comments