| Author |
Message |
Tormod
Joined: 11 Dec 2008 Posts: 2
|
Posted: Thu Dec 11, 2008 3:07 pm Post subject: Multithreading timeline. |
|
|
Hi.
We are developing an ASP.NET application. There are many information providers contributing to the pages.
The different information providers are queried in different threads to make the process parallel. When we are faced with timeouts, it is difficult to see which threads were actually delaying the page output.
As the calls are mostly Asynch calls, time is spent outside my code. I have found that "Wall Clock Time" is better than "CPU time", but still it is hard to see the cummulative effects of delays within a given thread. And thus, decide which information provider was the last to respond.
Does ANTS have the possibility of showing thread actvity on a timeline? So that I can see what it was doing at any given moment in time? Not just the total time spent in "WaitForObject", for example, but also when the thread spent time there?
Time metrics should also be possible to display in percentage to thread total, not just "total" total.
It's sad if I need to go back to "printf"-ing timestamps to trace/ANTS events/file/console etc..
Last edited by Tormod on Tue Dec 16, 2008 9:34 am; edited 1 time in total |
|
| Back to top |
|
 |
Matthew Flatt
Joined: 15 Jan 2008 Posts: 253
|
Posted: Mon Dec 15, 2008 4:31 pm Post subject: |
|
|
Hi Tormod,
Unfortunately while you can specify to view results for only one method this does not affect the timeline display.
I can see how this would be useful and have raised a feature request for you.
Thank you for the feedback. _________________ Matthew Flatt
Test Engineer, HyperBac |
|
| 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