Profiling & performance testing

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
 
I

Ignacio Machin

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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top