Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / May 2007

Tip: Looking for answers? Try searching our database.

C# Profiler

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Vai2000 - 30 Apr 2007 15:07 GMT
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
Andy - 30 Apr 2007 15:21 GMT
> 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.
Nicholas Paldino [.NET/C# MVP] - 30 Apr 2007 15:24 GMT
Vai2000,

   You can try the CLR profiler:

http://www.microsoft.com/downloads/details.aspx?familyid=A362781C-3870-43BE-8926
-862B40AA0CD0&displaylang=en


Signature

         - Nicholas Paldino [.NET/C# MVP]
         - mvp@spam.guard.caspershouse.com

> 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
Samuel R. Neff - 30 Apr 2007 19:32 GMT
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.

>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
sergeyudaltsov@yahoo.com - 08 May 2007 21:47 GMT
There is also very good YourKit .NET Profiler http://www.yourkit.com/.net/profiler/

Regards,
Serge

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.