| Author |
Message |
jcavard
Joined: 02 Jul 2009 Posts: 1
|
Posted: Thu Jul 02, 2009 2:24 pm Post subject: How to interpret the results... |
|
|
Hi!
I have setup ANTS Performance Profiler and I am desperatly trying to speed up my application.
So far though, I honestly don't know how to interpret the results.
I saved the app4results file, unfortunatly I cannot attach it to this post, but if anyone is willing to take a look at it (via email) and help me identify the bottleneck, it'd be greatly appreciated.
This tool has a great potential for my company, can't wait to see what level it can brings us. |
|
| Back to top |
|
 |
StephenC
Joined: 15 Oct 2007 Posts: 314 Location: Cambridge
|
Posted: Thu Jul 02, 2009 3:31 pm Post subject: |
|
|
Hi,
Can I ask what is the main cause of the difficulty understanding the results in your opinion - we are always keen to improve the product so I'd be interested to know how we could enhance the ability to interpret the results for users.
Bottle necks are usually identified by looking at the most intensive path in the stack trace (having selected a region of time in the timeline) and looking where the majority of time is being spent along the 'Hot' path and looking at the lines of code responsible for slow methods. Alternatively, methods with a high hit count are also candidates for changing usually through finding ways to call a method less.
You can look at how a specific method is being used throughout your entire application (or time range) by creating a class reference graph for it and examining time being spent from all parent calls and calls to child methods.
The line level feature of course should also help identify the specific lines of code that are taking a large period of time. These should be shown up quite clearly in the code view with shortcuts on the right to jump to lines in a particular source file.
Switching between Wall Clock and CPU time may also help you in the analysis as excluding time spent waiting or including it can change how you interpret the results.
Hope this helps,
Stephen |
|
| Back to top |
|
 |
Chris.Allen
Joined: 12 Mar 2009 Posts: 454
|
Posted: Wed Jul 29, 2009 7:35 pm Post subject: |
|
|
| If you send results to: support@red-gate.com I'm alwayd happy to discuss them. |
|
| Back to top |
|
 |
Chris.Allen
Joined: 12 Mar 2009 Posts: 454
|
Posted: Wed Jul 29, 2009 7:35 pm Post subject: |
|
|
and my analysis is sometimes even better than my spelling.  |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group