profiling in Visual Studio 2010 Professional

前端 未结 2 1026
孤城傲影
孤城傲影 2020-12-29 06:56

It looks as though the profiling tools are only available in the Premium and Ultimate editions of Visual Studio 2010.

Is there a reasonable alternative which is free

相关标签:
2条回答
  • 2020-12-29 07:14

    Good news is that, profiling tools are in the FREE Community edition of Visual Studio 2015 (and of course the Professional and Enterprise editions as well).

    ALT + F2

    0 讨论(0)
  • You can download the standalone profiling tools here:

    http://www.microsoft.com/en-us/download/details.aspx?id=23205

    Follow the instructions here for how to run them via command-line. The guide is for 2008, you just need to replace Visual Studio 9.0 with Visual Studio 10.0 anywhere it is mentioned:

    http://codeka.com/blogs/index.php/2009/03/21/got-visual-studio-2008-professional-want

    0 讨论(0)
提交回复
热议问题