Reputation: 121314
Does anyone know of a profiler that works with .NET 4 (beta 2)? I normally use the EQATEC profiler but it doesn't seem to be working with .NET 4 executables.
Upvotes: 1
Views: 1351
Reputation: 693
EQATEC Profiler v3.0 has just been released today and it now supports .NET 4.0.
You can get it here: http://www.eqatec.com/tools/profiler
Upvotes: 3
Reputation: 40669
For what it's worth, I've found plenty of performance problems in our .NET app, using the non-profiler.
Upvotes: 1
Reputation: 116401
VS2010 Ultimate edition comes with a profiler. It is placed in the Analyze menu. I haven't used it for anything serious yet, but it appears to be an updated version of the one that comes with the TF editions of VS2008/2005.
Upvotes: 0