Skip to content

Commit 416e8fc

Browse files
Merge pull request #1602 from jasonrandrews/review
Start review of VS extension for WindowsPerf
2 parents e8600d9 + 996d6f8 commit 416e8fc

File tree

3 files changed

+50
-46
lines changed

3 files changed

+50
-46
lines changed

content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/_index.md

Lines changed: 44 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
---
22
title: WindowsPerf Visual Studio extension
3+
draft: true
4+
cascade:
5+
draft: true
36

47
minutes_to_complete: 30
58

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.
710

811
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.
1417

1518
prerequisites:
16-
- Windows on Arm desktop or development machine
17-
- WindowsPerf installed [(Installation guide)](/install-guides/wperf/)
18-
- Visual Studio 2022 Community Edition installed [(Installation guide)](/install-guides/vs-woa/)
19-
- WindowsPerf Visual Studio extension installed [(Installation guide)](/install-guides/windows-perf-vs-extension/)
20-
- (Optional) WindowsPerf WPA plugin installed
19+
- A desktop or laptop running Windows on Arm.
20+
- Visual Studio 2022 Community Edition, WindowsPerf, WindowsPerf Visual Studio extension, and Windows Performance Analyzer (WPA) installed.
2121

22-
author_primary: Nader Zouaoui
22+
author:
23+
- Nader Zouaoui
24+
- Jason Andrews
2325

2426
### Tags
2527
skilllevels: Introductory
@@ -33,6 +35,36 @@ tools_software_languages:
3335
- perf
3436
- Visual Studio
3537

38+
further_reading:
39+
- resource:
40+
title: Announcing WindowsPerf Open-source performance analysis tool for Windows on Arm
41+
link: https://community.arm.com/arm-community-blogs/b/infrastructure-solutions-blog/posts/announcing-windowsperf
42+
type: blog
43+
- resource:
44+
title: WindowsPerf Release 3.7.2
45+
link: https://www.linaro.org/blog/expanding-profiling-capabilities-with-windowsperf-372-release/
46+
type: blog
47+
- resource:
48+
title: WindowsPerf Visual Studio Extension v2.1.0
49+
link: https://www.linaro.org/blog/launching--windowsperf-visual-studio-extension-v210/
50+
type: blog
51+
- resource:
52+
title: Windows on Arm overview
53+
link: https://learn.microsoft.com/en-us/windows/arm/overview
54+
type: website
55+
- resource:
56+
title: Linaro Windows on Arm project
57+
link: https://www.linaro.org/windows-on-arm/
58+
type: website
59+
- resource:
60+
title: WindowsPerf Visual Studio extension releases
61+
link: https://github.com/arm-developer-tools/windowsperf-vs-extension/releases
62+
type: website
63+
- resource:
64+
title: WindowsPerf releases
65+
link: https://github.com/arm-developer-tools/windowsperf/releases
66+
type: website
67+
3668
### FIXED, DO NOT MODIFY
3769
# ================================================================================
3870
weight: 1 # _index.md always has weight of 1 to order correctly

content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/_next-steps.md

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,4 @@
11
---
2-
next_step_guidance: Now that you have an idea of how the extensin works, You can try exploring the WindowsPerf CLI for more flexibility.
3-
4-
recommended_path: "/learning-paths/laptops-and-desktops/windowsperf_sampling_cpython"
5-
6-
further_reading:
7-
- resource:
8-
title: Announcing WindowsPerf Open-source performance analysis tool for Windows on Arm
9-
link: https://community.arm.com/arm-community-blogs/b/infrastructure-solutions-blog/posts/announcing-windowsperf
10-
type: blog
11-
- resource:
12-
title: WindowsPerf Release 3.7.2
13-
link: https://www.linaro.org/blog/expanding-profiling-capabilities-with-windowsperf-372-release/
14-
type: blog
15-
- resource:
16-
title: WindowsPerf Visual Studio Extension v2.1.0
17-
link: https://www.linaro.org/blog/launching--windowsperf-visual-studio-extension-v210/
18-
type: blog
19-
- resource:
20-
title: Windows on Arm overview
21-
link: https://learn.microsoft.com/en-us/windows/arm/overview
22-
type: website
23-
- resource:
24-
title: Linaro Windows on Arm project
25-
link: https://www.linaro.org/windows-on-arm/
26-
type: website
27-
- resource:
28-
title: WindowsPerf Visual Studio extension releases
29-
link: https://github.com/arm-developer-tools/windowsperf-vs-extension/releases
30-
type: website
31-
- resource:
32-
title: WindowsPerf releases
33-
link: https://github.com/arm-developer-tools/windowsperf/releases
34-
type: website
35-
362
# ================================================================================
373
# FIXED, DO NOT MODIFY
384
# ================================================================================

content/learning-paths/laptops-and-desktops/windowsperf-vs-extension/counting-feature.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ layout: learningpathall
88

99
## Introduction
1010

11+
- WindowsPerf installed [(Installation guide)](/install-guides/wperf/)
12+
- 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+
1117
The Counting feature in the WindowsPerf GUI extension is a powerful tool for analyzing and optimizing your code's performance.
1218
This tutorial guides you through the entire process, from setting up your counting preferences to analyzing the results and interfacing with the WindowsPerf Windows
1319
Performance Analyzer (WPA) Plugin.

0 commit comments

Comments
 (0)