473,395 Members | 1,761 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Profiling .NET Application

I have seen people ask this before, and I think I have as well. The question
is: specifically, what third-party tools or built-in .NET features exist for
profiling .NET applications?

The answers I have seen before seem to refer generally to the existence of
such tools, but do not mention names.

The particular scenario is: I have a VB.NET application, which, under
certain circumstances causes the CPU activity to disappear off the scale.
What I am trying to find out is where is my code disappearing off to to
cause this to happen, and why.

Do people have any preferred tools / techniques for analysing this kind of
problem? I'd rather it didn't involve writing debug code everywhere.

Thanks for any suggestions.

Charles
Jul 19 '05 #1
6 2032
One such tool, ANTS by Red-Gate:

http://www.red-gate.com/code_profiling.htm

--
James J. Foster, DotNetCoders
http://www.dotnetcoders.com
"Charles Law" <la****@btinternet.com> wrote in message
news:eU**************@TK2MSFTNGP09.phx.gbl...
I have seen people ask this before, and I think I have as well. The question is: specifically, what third-party tools or built-in .NET features exist for profiling .NET applications?

The answers I have seen before seem to refer generally to the existence of
such tools, but do not mention names.

The particular scenario is: I have a VB.NET application, which, under
certain circumstances causes the CPU activity to disappear off the scale.
What I am trying to find out is where is my code disappearing off to to
cause this to happen, and why.

Do people have any preferred tools / techniques for analysing this kind of
problem? I'd rather it didn't involve writing debug code everywhere.

Thanks for any suggestions.

Charles

Jul 19 '05 #2
Thanks James. I will give their trial a go.

Charles

"James J. Foster" <ja***@dotnetcoders.com> wrote in message
news:Op**************@TK2MSFTNGP12.phx.gbl...
One such tool, ANTS by Red-Gate:

http://www.red-gate.com/code_profiling.htm

--
James J. Foster, DotNetCoders
http://www.dotnetcoders.com
"Charles Law" <la****@btinternet.com> wrote in message
news:eU**************@TK2MSFTNGP09.phx.gbl...
I have seen people ask this before, and I think I have as well. The

question
is: specifically, what third-party tools or built-in .NET features exist

for
profiling .NET applications?

The answers I have seen before seem to refer generally to the existence of such tools, but do not mention names.

The particular scenario is: I have a VB.NET application, which, under
certain circumstances causes the CPU activity to disappear off the scale. What I am trying to find out is where is my code disappearing off to to
cause this to happen, and why.

Do people have any preferred tools / techniques for analysing this kind of problem? I'd rather it didn't involve writing debug code everywhere.

Thanks for any suggestions.

Charles


Jul 19 '05 #3
Compuware has a free limited edition. It is worth to try if it fits your
needs:

http://www.compuware.com/products/de...er/default.asp

José
"Charles Law" <la****@btinternet.com> a écrit dans le message de
news:eU**************@TK2MSFTNGP09.phx.gbl...
I have seen people ask this before, and I think I have as well. The question is: specifically, what third-party tools or built-in .NET features exist for profiling .NET applications?

The answers I have seen before seem to refer generally to the existence of
such tools, but do not mention names.

The particular scenario is: I have a VB.NET application, which, under
certain circumstances causes the CPU activity to disappear off the scale.
What I am trying to find out is where is my code disappearing off to to
cause this to happen, and why.

Do people have any preferred tools / techniques for analysing this kind of
problem? I'd rather it didn't involve writing debug code everywhere.

Thanks for any suggestions.

Charles

Jul 19 '05 #4
Have you tried the Microsoft CLR Profiler (free)? There's a nifty "MSDN TV"
show on how to use it. <g>

http://msdn.microsoft.com/library/de...anagedapps.asp

http://msdn.microsoft.com/msdntv/epi...N/manifest.xml

--Robert Jacobson
"Charles Law" <la****@btinternet.com> wrote in message
news:eU**************@TK2MSFTNGP09.phx.gbl...
I have seen people ask this before, and I think I have as well. The question is: specifically, what third-party tools or built-in .NET features exist for profiling .NET applications?

The answers I have seen before seem to refer generally to the existence of
such tools, but do not mention names.

The particular scenario is: I have a VB.NET application, which, under
certain circumstances causes the CPU activity to disappear off the scale.
What I am trying to find out is where is my code disappearing off to to
cause this to happen, and why.

Do people have any preferred tools / techniques for analysing this kind of
problem? I'd rather it didn't involve writing debug code everywhere.

Thanks for any suggestions.

Charles

Jul 19 '05 #5
Thank you also.

Charles
"Etienne Charland" <my*****@golden.net> wrote in message
news:7i**********************@mantis.golden.net...
AQtime is a good one.

"Charles Law" <la****@btinternet.com> wrote in message
news:eU**************@TK2MSFTNGP09.phx.gbl...
I have seen people ask this before, and I think I have as well. The

question
is: specifically, what third-party tools or built-in .NET features exist

for
profiling .NET applications?

The answers I have seen before seem to refer generally to the existence of such tools, but do not mention names.

The particular scenario is: I have a VB.NET application, which, under
certain circumstances causes the CPU activity to disappear off the scale. What I am trying to find out is where is my code disappearing off to to
cause this to happen, and why.

Do people have any preferred tools / techniques for analysing this kind of problem? I'd rather it didn't involve writing debug code everywhere.

Thanks for any suggestions.

Charles


Jul 19 '05 #6
I haven't, but I shall.

Thanks.

Charles
"Robert Jacobson" <rj**********************@nospam.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Have you tried the Microsoft CLR Profiler (free)? There's a nifty "MSDN TV" show on how to use it. <g>

http://msdn.microsoft.com/library/de...anagedapps.asp
http://msdn.microsoft.com/msdntv/epi...N/manifest.xml
--Robert Jacobson
"Charles Law" <la****@btinternet.com> wrote in message
news:eU**************@TK2MSFTNGP09.phx.gbl...
I have seen people ask this before, and I think I have as well. The

question
is: specifically, what third-party tools or built-in .NET features exist

for
profiling .NET applications?

The answers I have seen before seem to refer generally to the existence of such tools, but do not mention names.

The particular scenario is: I have a VB.NET application, which, under
certain circumstances causes the CPU activity to disappear off the scale. What I am trying to find out is where is my code disappearing off to to
cause this to happen, and why.

Do people have any preferred tools / techniques for analysing this kind of problem? I'd rather it didn't involve writing debug code everywhere.

Thanks for any suggestions.

Charles


Jul 19 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Irmen de Jong | last post by:
Okay I tried some profiling, but am uncertain about the results I'm getting. They confuse the hell out of me. I have a test program (see below) that essentially has two loops that get called...
6
by: cournape | last post by:
Hi there, I have some scientific application written in python. There is a good deal of list processing, but also some "simple" computation such as basic linear algebra involved. I would like to...
5
by: rawCoder | last post by:
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...
3
by: Mark Fox | last post by:
Hello, In the VS.NET documentation http://msdn.microsoft.com/library/default.asp? url=/library/en-us/cpguide/html/cpconenablingprofiling.asp it says that in order to profile an application...
0
by: Curtis | last post by:
I am profiling my application VB.Net with the ANTS profiler from RedGate Software because I have some significant performance issues. My application is scrapping a webpage for content and then...
4
by: lava | last post by:
BenchMarking and Profiling .NET Application Tools>>>Which should be World class providing accurate output. The Tools should Benchmark MY ..NET Remoting Server/Client and SQL Server Database.
0
by: L'eau Prosper Research | last post by:
Press Release: L'eau Prosper Research (Website: http://www.leauprosper.com) releases new TradeStation 8 Add-on - L'eau Prosper Market Manipulation Profiling Tools Set. L'eau Prosper Market...
0
by: L'eau Prosper Research | last post by:
NEW TradeStation 8 Add-on - L'eau Prosper Market Manipulation Profiling Tools Set By L'eau Prosper Research Press Release: L'eau Prosper Research (Website: http://www.leauprosper.com) releases...
9
by: Peter Duniho | last post by:
I'm especially hoping Ben Voigt and/or Bob Powell see this (I saw their names on the m.p.d.f.performance newsgroup :) ) I would have posted to the performance newsgroup, but I see very little on...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.