Skip to content

Commit

Permalink
Update wsl-perf docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sirredbeard committed Jan 24, 2024
1 parent 06b56bb commit 87ee757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ On first run, wsl-perf will download and build the perf tool from source and sav

wsl-perf will pass any command line arguments to perf.elf, which is run as root in the WSL2 System Distro.

Unlike the other applications here, wsl-perf is built with [Nim](https://nim-lang.org/) due to limitations in argument parsing in PS2EXE.
Unlike the other tools here, wsl-perf is built with [Nim](https://nim-lang.org/) due to limitations in argument parsing in PS2EXE. Nim compiles to C and is built by the MSVC C/C++ compiler. This tool was inspired by @buty4649's [project of the same name](https://github.com/buty4649/wsl-perf).

## wsl-reset

Expand Down

0 comments on commit 87ee757

Please sign in to comment.