Profilers for the CLR

While I was on my recent road-trip I heard over and over again that people wanted better tools to know what is really going on in the CLR primarily for tracking down performance issues. Profilers are a great way to do that. You may be heard about the CLR Profiler, but there are tons of others on the market as well, many with different areas of focus, etc. Here is a list of the profilers the CLR team works with (or is aware of) that I thought I’d pass along.

Traditional Performance and/or Memory Profilers

Released

AutomatedQA AQTime: https://www.automatedqa.com/products/aqtime/index.asp (evaluation version available)

Borland Optimizeit: https://www.borland.com/opt_profiler/ (evaluation version available)

Compuware DevPartner: https://www.compuware.com/products/devpartner/default.htm (evaluation version available)

Intel VTune: https://www.intel.com/software/products/vtune/index.htm (evaluation version available)

Rational PurifyPlus: https://www-306.ibm.com/software/awdtools/purifyplus/win/ (evaluation version available)

Red Gate ANTS Profiler: https://www.red-gate.com/code_profiling.htm (evaluation version available)

SciTech .NET Memory Profiler: https://memprofiler.com/ (evaluation version available)

 

Currently in Development

JetBrains .NET Profiler: https://www.jetbrains.net/confluence/display/NetProf/Home (Early Access Program)

 

Enterprise Health Monitors

 

AVICode Intercept Studio: https://www.avicode.com/content/products/InterceptStudio.asp

Identify AppSight: https://www.identify.com/solutions/solutions.html

Mercury (Various Products): https://www.mercury.com/us/solutions/net/

Tonic WebLens: https://www.tonic.com/products/weblens.php

 

Did I missing any? Have you had a chance to use any of these? What are your comments\thoughts?