Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which version of Visual Studio 2012 has the profiler? Professional / Premium / Ultimate?

Microsoft web site has conflicting information:

http://msdn.microsoft.com/en-us/library/ms182372.aspx

... using the Profiling Tools of Visual Studio Premium and Visual Studio Ultimate to analyze performance issues ...

http://msdn.microsoft.com/en-us/library/dd264994.aspx

Requirements

  • Visual Studio Ultimate, Visual Studio Premium, Visual Studio Professional

http://www.microsoft.com/visualstudio/eng/products/compare

  • Professional: Examine and refine your code with extensive tools for app debugging and profiling
  • Ultimate: Collect and analyze runtime diagnostic data from production systems
  • Ultimate: Perform unlimited web performance and load testing

I think I am right in saying that 2010 Professional did NOT have the profiler, and you needed Premium or Ultimate edition. Has this changed for 2012?

like image 740
Michael Parker Avatar asked Nov 08 '12 15:11

Michael Parker


People also ask

Does Visual Studio have a profiler?

In Visual Studio 2019, the legacy Performance Explorer and related profiling tools such as the Performance Wizard were folded into the Performance Profiler, which you can open using Debug > Performance Profiler.

What is professional version of Visual Studio?

Your Visual Studio Professional subscription includes Azure DevOps, a collection of services to plan, build and ship applications faster, to any cloud or on-premises. Leverage agile planning tools, a continuous integration and delivery platform, source control management, and artifact repository.

How do I know which version of Visual Studio I have?

On macOS, go to Code > About Visual Studio Code. On Windows and Linux, go to Help > About. The VS Code version is the first Version number listed and has the version format 'major.

Which version of Visual Studio is best for Windows 10?

Visual Studio 2022 is the best Visual Studio ever. Our first 64-bit IDE makes it easier to work with even bigger projects and more complex workloads. The stuff you do every day—like typing code and switching branches—feels more fluid more responsive.


2 Answers

VS 2012 Pro includes the profiler.

like image 115
Brian Avatar answered Oct 06 '22 00:10

Brian


These Visual Studio 2012 versions supports Profiling Visual Studio Ultimate, Visual Studio Premium, Visual Studio Professional

like image 40
unique Avatar answered Oct 06 '22 00:10

unique