@manhng

Welcome to my blog!

Visual Studio 2019 Tools

March 23, 2021 11:12

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://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2008/dd299398(v=vs.90)?redirectedfrom=MSDN

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

 

Categories

Recent posts