Skip to content

Commit 1a9cc0f

Browse files
committed
fix: update paragraph ordering an add captions
1 parent 6a212ca commit 1a9cc0f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,22 @@ layout: installtoolsall # DO NOT MODIFY. Always true for tool install articles
3030

3131
**WindowsPerf** is a lightweight performance profiling tool inspired by Linux perf, specifically tailored for Windows on ARM. It leverages the ARM64 PMU (Performance Monitor Unit) and its hardware counters to offer precise profiling capabilities. Recognizing the complexities of command-line interaction, the WindowsPerf GUI project is a Visual Studio 2022 extension that was initiated to provide a more intuitive, integrated within the development environment (IDE) experience. This tool enables developers to interact with WindowsPerf, adjust settings, and visualize performance data seamlessly within the IDE.
3232

33-
## A Glimpse of the UI
33+
## A Glimpse of the available features
3434

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

37-
![Sampling preview #center](../_images/wperf-vs-extension-sampling-preview.png)
38-
3937
- **WindowsPerf Configuration**: Connect directly to `wperf.exe` for a seamless integration. Configuration is accessible via `Tools -> Options -> Windows Perf -> WindowsPerf Path`.
4038
- **Host Data**: Understand your environment with `Tools -> WindowsPerf Host Data`, offering insights into tests run by WindowsPerf and their outcomes.
4139
- **Output Logging**: All commands executed through the GUI are meticulously logged, ensuring transparency and aiding in performance analysis.
4240
- **Sampling UI**: Customize your sampling experience by selecting events, setting frequency and duration, choosing programs for sampling, and comprehensively analyzing results.
41+
42+
![Sampling preview #center](../_images/wperf-vs-extension-sampling-preview.png)
43+
_Sampling settings UI Overview_
44+
4345
- **Counting Settings UI**: Build a `wperf stat` command from scratch using our configurator, then view the output on the IDE or open it on WPA
4446

4547
![Counting preview #center](../_images/wperf-vs-extension-counting-preview.png)
48+
_Counting settings UI Overview_
4649

4750
## Getting Started
4851

@@ -66,7 +69,7 @@ To install WindowsPerf Visual Studio Extension you can do that from Visual Studi
6669
4. Click on the search bar ( or tap `Ctrl` + `L` ) and type `WindowsPerf`
6770
5. Click on the install button and restart Visual Studio
6871

69-
![WindwosPerf install page #center](../_images/wperf-vs-extension-install-page.png)
72+
![WindowsPerf install page #center](../_images/wperf-vs-extension-install-page.png)
7073

7174
### Installation (Option 2)
7275

0 commit comments

Comments
 (0)