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/install-guides/windows-perf-vs-extension.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,11 @@ multi_install: FALSE # Set to true if first page of multi-page article, else fal
24
24
multitool_install_part: false # Set to true if a sub-page of a multi-page article, else false
25
25
layout: installtoolsall # DO NOT MODIFY. Always true for tool install articles
26
26
---
27
-
[WindowsPerf](https://learn.arm.com/install-guides/wperf/) is a lightweight performance profiling tool inspired by Linux Perf, and specifically tailored for Windows on Arm. It leverages the ARM64 PMU (Performance Monitor Unit) and its hardware counters to offer precise profiling capabilities.
27
+
[WindowsPerf](/install-guides/wperf/) is a lightweight performance profiling tool inspired by Linux Perf, and specifically tailored for Windows on Arm. It leverages the AArch64 Performance Monitoring Unit (PMU) and its hardware counters to offer precise profiling capabilities.
28
28
29
-
Recognizing the complexities of command-line interaction, the WindowsPerf GUI is a Visual Studio 2022 extension created to provide a more intuitive, integrated experience within the integrated development environment (IDE). This tool enables developers to interact with WindowsPerf, adjust settings, and visualize performance data seamlessly in Visual Studio.
29
+
Recognizing the complexities of command-line interaction, the WindowsPerf GUI is a Visual Studio 2022 extension created to provide a more intuitive, integrated experience within the Integrated Development Environment (IDE). This tool enables developers to interact with WindowsPerf, adjust settings, and visualize performance data seamlessly in Visual Studio.
30
30
31
-
## Overview key features
31
+
## Overview of key features
32
32
33
33
The WindowsPerf GUI extension is composed of several key features, each designed to streamline the user experience:
34
34
@@ -53,7 +53,7 @@ Before installing WindowsPerf Visual Studio Extension, check the following:
53
53
3. (Recommended) You can install the LLVM toolchain by following the [LLVM toolchain for Windows on Arm install guide](/install-guides/llvm-woa).
54
54
55
55
{{% notice llvm-objdump %}}
56
-
Note that the disassembly feature needs to have `llvm-objdump` available at `%PATH%` to work properly.
56
+
The disassembly feature needs to have `llvm-objdump` available at `%PATH%` to work properly.
57
57
{{% /notice %}}
58
58
59
59
### Installation from Visual Studio Extension Manager
@@ -93,4 +93,4 @@ To get started, you must link the GUI with the executable file `wperf.exe` by na
93
93
94
94
In Visual Studio go to **Extensions > Manage Extensions > Installed > All > WindowsPerfGUI** and select **Uninstall**.
95
95
96
-
Please note that this will be scheduled by Visual Studio. You may need to close the VS instance and follow the uninstall wizard to remove the extension.
96
+
As this will be scheduled by Visual Studio, you might need to close the VS instance and follow the uninstall wizard to remove the extension.
0 commit comments