| Author |
Message |
fratting
Joined: 29 Dec 2009 Posts: 3
|
Posted: Wed Dec 30, 2009 2:04 am Post subject: Evaluation question |
|
|
| I noticed looking at some of the times to execute a method that if method A calls into method B I may see method A took .340 seconds to execute but when I drill into method B I see a point where it may have taken .530 seconds to take. The point being method B took longer than method A, which doesn't seem to make any sense. Shouldn't the total time to execute method A be at least or larger than the time to execute method B? I'm looking at total time and hit count was 1 (I'm pretty sure). Is there a case when I may expect this to happen? Thanks. |
|
| Back to top |
|
 |
Anu Deshpande
Joined: 20 Apr 2009 Posts: 595 Location: Cambridge
|
Posted: Thu Dec 31, 2009 4:27 pm Post subject: |
|
|
Many thanks for your post.
Can you kindly let us know which time column are you refering to is it Time (ms) or Time with Children (ms)?
Above information will help us to investigate further. _________________ Anuradha Deshpande
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com |
|
| Back to top |
|
 |
fratting
Joined: 29 Dec 2009 Posts: 3
|
Posted: Wed Jan 06, 2010 6:59 pm Post subject: |
|
|
Hi,
I'm looking at Time(s)
Thanks,
Chris |
|
| Back to top |
|
 |
Chris.Allen
Joined: 12 Mar 2009 Posts: 454
|
Posted: Tue Jan 12, 2010 8:22 pm Post subject: Re: |
|
|
| fratting wrote: |
Hi,
I'm looking at Time(s)
Thanks,
Chris |
Thanks - that explains it. The time for each method is the time spent exclusing in that method hence all values are cmpletely independent. "Time with children" however- should always decrease as you go down the call stack as this is cumulative time.
Hope that clears it up. |
|
| 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