Profiling/ Coverage Tool

G

Guest

Hello,

I am searching for a good profiling tool for C# which can be easily
embedded into Visual Studio.

My objective is to measure the times and counts of every method in my
program.

If used the Coverage Tool of TestDriven.Net (http://www.testdriven.net/)
which worked fine if I have defined any Unit test-cases.

But it doesn´t work for "normal" programs without test-cases.

Do you know any profiling or coverage tool siminalr to the
testdriven.net tool which can be also used without unit cases?


Regards,

Martin
 
M

Michael Nemtsev

Hello Martin,

CLR Profiler, JetBraint .Trace

Another way to use internal VS 2005 profiling

MP> Hello,
MP>
MP> I am searching for a good profiling tool for C# which can be easily
MP> embedded into Visual Studio.
MP>
MP> My objective is to measure the times and counts of every method in
MP> my program.
MP>
MP> If used the Coverage Tool of TestDriven.Net
MP> (http://www.testdriven.net/) which worked fine if I have defined any
MP> Unit test-cases.
MP>
MP> But it doesn´t work for "normal" programs without test-cases.
MP>
MP> Do you know any profiling or coverage tool siminalr to the
MP> testdriven.net tool which can be also used without unit cases?
MP>
MP> Regards,
MP>
MP> Martin
MP>
---
WBR, Michael Nemtsev [C# MVP]. Blog: http://spaces.live.com/laflour
team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 

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