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
@@ -34,7 +30,7 @@ layout: installtoolsall # DO NOT MODIFY. Always true for tool install articles
34
30
35
31
The Windows Performance Analyzer (WPA) plugin connects [WindowsPerf](/learning-paths/laptops-and-desktops/windowsperf/) to the Windows Performance Analyzer. Windows Perf is a lightweight performance profiling tool inspired by Linux Perf and designed for Windows on Arm.
36
32
37
-
Windows Performance Analyzer is a useful tool that supports developers with diagnostics and performance tuning. It generates data tables and graphs of Event Tracing for Windows (ETW) events, which are recorded in one of three ways:
33
+
Windows Performance Analyzer provides developers with diagnostics and performance tuning. It generates data tables and graphs of Event Tracing for Windows (ETW) events, which are recorded in one of three ways:
38
34
- Windows Performance Recorder (WPR)
39
35
- Xperf
40
36
- or through an assessment that's run in the Assessment Platform.
@@ -61,72 +57,76 @@ The telemetry view displays telemetry events grouped by unit:
61
57
62
58
## How do I install the WPA plugin?
63
59
64
-
Before installing the plugin, you need to make sure you have installed WPA:
60
+
Before installing the plugin, you need to install WPA.
65
61
66
62
### Install WPA
67
63
68
-
WPA is included in the Windows Assessment and Deployment Kit (Windows ADK), which you can download from [Microsoft](https://go.microsoft.com/fwlink/?linkid=2243390).
64
+
For Windows on Arm devices, you can install WPA from the Microsoft Store.
69
65
70
-
{{% notice Note %}}
71
-
The WPA plugin requires WPA version `11.0.7.2` or higher.
72
-
{{% /notice %}}
66
+
Open the Microsoft Store and search for "windows performance analyzer".
The WPA plugin requires WPA version `11.0.7.2` or higher. You can check the version by clicking `Help` -> `About Windows Performance Analyzer`.
78
+
{{% /notice %}}
79
+
80
+
Close Windows Performance Analyzer.
83
81
84
82
### Install the WPA plugin
85
83
86
-
Now you're ready to install the plugin, which is a single `.dll` file.
84
+
You are ready to install the WPA plugin, which is a single `.dll` file.
87
85
88
86
Download the `.zip` file from the [Windows Perf WPA plugin GitHub releases page](https://github.com/arm-developer-tools/windowsperf-wpa-plugin/releases) on GitHub.
89
87
90
-
Alternatively, you can download the latest version using command prompt:
88
+
Alternatively, you can download the `.zip` file from a Command Prompt:
0 commit comments