Profiling & performance testing

  • Thread starter Thread starter Vadym Stetsyak
  • Start date Start date
V

Vadym Stetsyak

Hi there!

Are there any built-in tool in VS.NET that can help to profile an
application? (here I mean source code)

Generally I need to determine the time of execution of particular methods.

Any help will be appreciated

--
Vadym Stetsyak
ICQ 161730125

He, who commands the past - commands the future
He, who commands the present - commands the past
 
Hi,

There are a number of profiler that you can find, here are a couple I'm
using/used :

http://www.scitech.se/memprofiler/ memory profiler 30 days try.
http://www.automatedqa.com/ I'm currently testing this one, it seems very
robust and will a lot of features. you can download a try version.
http://download.microsoft.com/download/a/b/d/abd115c6-a96e-4d8d-b7de-9480deb6cd5c/CLRProfiler.EXE
a profiler provided by MS ( I haven't test it ) , maybe somebody can provide
us with feedback.
http://www.compuware.com/products/devpartner/profiler/ free version.


Hope this help,
 
Back
Top