Skip to content

Commit 6f72ca5

Browse files
author
Kevin Cadieux
committed
Fixes.
1 parent 9f85da2 commit 6f72ca5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/build-insights/tutorials/vcperf-and-wpa.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Viewing C++ Build Insights traces in WPA requires a special add-in. Follow these
4545
1. In Visual Studio 2019 version 16.6 and above, this file is located here: `C:\Program Files (x86)\Microsoft Visual Studio\2019\{Edition}\VC\Tools\MSVC\{Version}\bin\Host{Architecture}\{Architecture}`.
4646
1. In the C++ Build Insights NuGet package, this file is located here: `wpa\{Architecture}`.
4747
1. In the paths above, replace the variables surrounded by curly brackets as follows:
48-
1. `{Edition}` is your Visual Studio 2019 edition such as Community, Professional or Enterprise.
48+
1. `{Edition}` is your Visual Studio 2019 edition such as Community, Professional, or Enterprise.
4949
1. `{Version}` is your MSVC version. Choose the highest one available.
5050
1. `{Architecture}`: choose `x64` if you have a 64-bit version of Windows. Otherwise, choose `x86`.
5151
1. The WPA installation directory is typically: `C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit`.
@@ -89,7 +89,7 @@ Here's what a typical *vcperf.exe* command sequence looks like in a developer co
8989

9090
- *vcperf.exe* collects information about all MSVC tools running on your system. As a result, you don't have to start your build from the same command prompt you used to collect the trace. You can build your project from either a different command prompt, or even in Visual Studio.
9191

92-
### vcperf.exe is open source
92+
### vcperf.exe is open-source
9393

9494
If you wish to build and run your own version of *vcperf.exe*, feel free to clone it from the [vcperf GitHub repository](https://github.com/microsoft/vcperf).
9595

0 commit comments

Comments
 (0)