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_wpa_plugin/windowsperf_wpa_plugin.md
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,30 @@ For installation instructions see the [install guide](/install-guides/windows-pe
20
20
21
21
## Using WindowsPerf WPA Plugin
22
22
23
-
In order to use the `WindowsPerf WPA Plugin`, we first need to get a `.json` output from a `wperf stat` command running on a Windows on Arm machine.
23
+
In order to use the `WindowsPerf WPA Plugin`, we first need to get a `.json` output from a WindowsPerf `wperf stat` command running on a Windows on Arm machine.
24
+
> In order to get a `.json` output from WindowsPerf, we need to use the `--output` command followed by the filename.
25
+
26
+
Example:
27
+
28
+
```command
29
+
wperf stat -e ld_spec --output example.json
30
+
```
31
+
32
+
Upon opening Windows Performance Analyzer, we are greeted with the following window:
33
+

34
+
35
+
As we can see, the WindowsPerf WPA Plugin is installed correctly and it appears under the Installed Plugins section. We can then click on "Open file..." from the start menu on the left side and we're prompted to choose a `.json` file.
36
+
37
+

38
+
39
+
By clicking "Open", the output file is then validated to check its format and compatibility with the plugin, and finally the main WPA window opens up.
40
+
24
41
25
42
### Timeline
26
43
27
44
For this example we will be running the following command:
0 commit comments