.net profilers

  • Thread starter Thread starter Nalaka
  • Start date Start date
N

Nalaka

Hi,
We have a lot of .net based applications that falls into the following
categories.

1. In house developed web apps
2. In house developed windows apps
3. In house develped BizTalk apps
4. In house SSIS apps
5. Some in house developed sql-server .net objects.
6. Various .net based apps that we have bought (no source code).


Now we are looking for a .net profiler, so that we can attach to the runtime
and collect various statistics.
Like "method execution times", "memory usage" etc.

What is a good tool that does these things?

Any direction is deeply appreciated.

Thanks
Nalaka
 
Compuware DevPartnet profiler is most common used for this reason
See www.compuware.com. They have a free version.

It integrates into VSIDE and performs what u need.
Btw, there are several other tools for this: AQTime, JetBrains .NET
Profiler, and etc.

Nalaka said:
Hi,
We have a lot of .net based applications that falls into the following
categories.

1. In house developed web apps
2. In house developed windows apps
3. In house develped BizTalk apps
4. In house SSIS apps
5. Some in house developed sql-server .net objects.
6. Various .net based apps that we have bought (no source code).


Now we are looking for a .net profiler, so that we can attach to the runtime
and collect various statistics.
Like "method execution times", "memory usage" etc.

--
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top