Visual Studio 2019 Enterprise (edit)
- VSInstr.exe: Code Coverage command line tool (here)
- VSPerfMon.exe:
- VSPerfCmd.exe:
- VSPerfReport.exe:
- VSTest.Console.exe:
1) VSInstr
Location: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Team Tools\Performance Tools\vsinstr.exe
VSInstr -coverage <MyProjectBinary>
https://stackoverflow.com/questions/4951089/how-to-use-ms-code-coverage-tool-in-command-line
2) VSPerfMon.exe
3) VSPerfCmd.exe
4) VSPerfReport.exe
5) VSTest.Console.exe