W warfi Feb 15, 2008 #1 Anybody out there can please help me out finding some performance measuring tool for a .net application built in version 1.1.
Anybody out there can please help me out finding some performance measuring tool for a .net application built in version 1.1.
A Adam Benson Feb 15, 2008 #2 The ANTS profiler is pretty good : http://www.red-gate.com/products/ants_profiler/index.htm If you google "c# profiling tools" you should get a list. Beware of relying too heavily on performance profilers - they can show up performance hot spots but you can sometimes spend ages chasing false positives. HTH, Adam.
The ANTS profiler is pretty good : http://www.red-gate.com/products/ants_profiler/index.htm If you google "c# profiling tools" you should get a list. Beware of relying too heavily on performance profilers - they can show up performance hot spots but you can sometimes spend ages chasing false positives. HTH, Adam.