hi,
I would like to profile an application using some tool in such a way that i
dont want to add any probe code in the application.
And I am also interested in knowing the lines of codes that are hit/run most
of the times and also the lines of code which took most time in execution.
( as it is said that 20% of your code takes 80% of the execution time )
What are the good tools/techniques for profiling in .NET ( which dont
require any code to be added )
Thanx in advance
rawCoder
Peter Jausovec - 24 Feb 2005 16:28 GMT
Hi,
Try ANTS profiler - http://www.red-gate.com/code_profiling.htm

Signature
Regards,
Peter Jausovec
(http://blog.jausovec.net)
> hi,
>
[quoted text clipped - 12 lines]
> Thanx in advance
> rawCoder
Olle de Zwart - 24 Feb 2005 16:33 GMT
> hi,
>
[quoted text clipped - 10 lines]
> Thanx in advance
> rawCoder
red-gate's ANTS profiler is a good one:
http://www.red-gate.com/code_profiling.htm
There is a pre beta tool from jetbrains
http://www.jetbrains.net/confluence/display/NetProf/Home
There is also the profiling API, you can write your own profiler if you
have a specific need.
---
Regards,
Olle de Zwart
Charles Law - 24 Feb 2005 17:00 GMT
In addition to the other answers, you could also have a look at AQTime from
Automated QA:
http://www.automatedqa.com/
Charles
> hi,
>
[quoted text clipped - 12 lines]
> Thanx in advance
> rawCoder
Marc Bernard - 24 Feb 2005 17:10 GMT
> hi,
>
[quoted text clipped - 9 lines]
> What are the good tools/techniques for profiling in .NET ( which dont
> require any code to be added )
Try this one (watch for url wrap):
http://www.compuware.com/products/devpartner/profiler/default.asp?cid=3019X36&fo
cus=DevPartner&source=Web+%2D+Evaluation+Request&desc=Download+%2D+%27DevPartner
+Profiler+Community+Edition%27&offering=DevPartner&sf=1&p=0
Pretty full featured for a free version.
Marc
Herfried K. Wagner [MVP] - 24 Feb 2005 19:08 GMT
"rawCoder" <rawCoder@hotmail.com> schrieb:
> What are the good tools/techniques for profiling in .NET ( which dont
> require any code to be added )
In addition to the other replies: A *memory* profiler can be found here:
Allocation Profiler src
<URL:http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=3254325d-
a4aa-4bb3-aa86-c72d5104ec74>

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
EdgarSanchez - 08 May 2006 12:16 GMT
Hi,
Ipcas GmbH has now the release of one of its newest products. SpeedTrace Pro
is a .NET Tracing & Profiling tool which is an improvement of the previous
version launched last year. The tool has been created by developers for
developers in a continuous integration of techniques that can help any
developer be twice as productive.
For further information, click the following link :
http://speedtrace.ipcas.com
Please, feel free to check out and give us your feedback regarding this new
powerful and fast tracing & profiling tool.
Regards,
--------------------------
Edgar Sanchez
ipcas GmbH
Germany
Phone: (+49)9131 76 77 24
Email: edgar.sanchez@ipcas.de
>hi,
>
[quoted text clipped - 10 lines]
>Thanx in advance
>rawCoder