Skip to content

Commit 7e31708

Browse files
committed
Incorporating Maddy updates
1 parent a4b4713 commit 7e31708

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/install-guides/windows-perf-vs-extension.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ multi_install: FALSE # Set to true if first page of multi-page article, else fal
2424
multitool_install_part: false # Set to true if a sub-page of a multi-page article, else false
2525
layout: installtoolsall # DO NOT MODIFY. Always true for tool install articles
2626
---
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.
2828

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

31-
## Overview key features
31+
## Overview of key features
3232

3333
The WindowsPerf GUI extension is composed of several key features, each designed to streamline the user experience:
3434

@@ -53,7 +53,7 @@ Before installing WindowsPerf Visual Studio Extension, check the following:
5353
3. (Recommended) You can install the LLVM toolchain by following the [LLVM toolchain for Windows on Arm install guide](/install-guides/llvm-woa).
5454

5555
{{% 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.
5757
{{% /notice %}}
5858

5959
### 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
9393

9494
In Visual Studio go to **Extensions > Manage Extensions > Installed > All > WindowsPerfGUI** and select **Uninstall**.
9595

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

Comments
 (0)