Execution Time

S

Sehboo

Hi,

I have an application, and some methods are taking longer to execute
then we would like. My task is to make the application faster.

I was wondering if there is any way if I can find out which method
calls take longer then others. If there is a way to see how long each
of those methods took, then that would make my day.

Yes, I could put date/time variables around my method calls and then
see the difference to see how long it took to execute that method, but
we have several levels of nested methods, and maybe there is something
deep down which is taking longer and easier to fix.

If was wondering if VS.NET 2005 has any tool that can help me find out
which method calls are most expensive and then only look into those
methods - instead of the whole application.

Any help is appreciated.

Thanks
 

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