PC Review


Reply
 
 
Vai2000
Guest
Posts: n/a
 
      30th Apr 2007
Hi All, Does anyone know of a tool which can profile my assembly, so that I
get a stats on all the methods called and how much time each took?

TIA


 
Reply With Quote
 
 
 
 
Andy
Guest
Posts: n/a
 
      30th Apr 2007
On Apr 30, 10:07 am, "Vai2000" <nos...@microsoft.com> wrote:
> Hi All, Does anyone know of a tool which can profile my assembly, so that I
> get a stats on all the methods called and how much time each took?


NCover might be a good place to start; it profiles you're code to
ensure each method gets called, so it may keep track of those stats as
part of doing so.

 
Reply With Quote
 
Nicholas Paldino [.NET/C# MVP]
Guest
Posts: n/a
 
      30th Apr 2007
Vai2000,

You can try the CLR profiler:

http://www.microsoft.com/downloads/d...displaylang=en


--
- Nicholas Paldino [.NET/C# MVP]
- (E-Mail Removed)

"Vai2000" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi All, Does anyone know of a tool which can profile my assembly, so that
> I
> get a stats on all the methods called and how much time each took?
>
> TIA
>
>



 
Reply With Quote
 
Samuel R. Neff
Guest
Posts: n/a
 
      30th Apr 2007

I tried out four profilers a while ago for C# code: DevPartner,
JetBrains dotTrace, AutomatedQA AQtime4, and red-gate's ANTS Profiler.
I thought red-gate's profiler was the best of those four by far.

There are little things like better interface and easier to use and
such, but the bottom line was it quickly allowed me to see the
bottlenecks in my app and fix them, which is exactly what a profiler
is for. :-)

http://redgate.com/products/ants_profiler/index.htm

One thing to note is that a new version of dotTrace has come out since
I did my testing, so perhaps their new one is a lot better. I was
really surprised at dotTrace 'cause JetBrains, the company that makes
it, produces really good software otherwise and has excellent
developers and support.

This site has a pretty big list of profilers too:

http://sharptoolbox.com/categories/profilers-debuggers

HTH,

Sam


------------------------------------------------------------
We're hiring! B-Line Medical is seeking .NET
Developers for exciting positions in medical product
development in MD/DC. Work with a variety of technologies
in a relaxed team environment. See ads on Dice.com.


On Mon, 30 Apr 2007 10:07:39 -0400, "Vai2000" <(E-Mail Removed)>
wrote:

>Hi All, Does anyone know of a tool which can profile my assembly, so that I
>get a stats on all the methods called and how much time each took?
>
>TIA
>


 
Reply With Quote
 
sergeyudaltsov@yahoo.com
Guest
Posts: n/a
 
      8th May 2007
There is also very good YourKit .NET Profiler http://www.yourkit.com/.net/profiler/

Regards,
Serge

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP.NET 2.0 - Cannot run the profiler Adrian Parker Microsoft ASP .NET 7 5th Sep 2006 06:00 PM
CLR profiler for com+ dll Aks Microsoft C# .NET 0 3rd Mar 2006 11:23 AM
.NET profiler Rajko Microsoft Dot NET 4 14th Apr 2004 01:40 PM
Profiler? Ayende Rahien Microsoft Dot NET 1 2nd Dec 2003 03:36 PM
.Net Profiler Franco Gustavo Microsoft Dot NET 0 18th Oct 2003 11:13 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:46 AM.