Re: Profiling with hotshot and wall clock time

2005-11-27 Thread Carl Friedrich Bolz
Hi! Geert Jansen wrote: > I'm trying to profile an application that I believe is blocking on I/O > for a significant amount of time. In trying to dig down where this > happens, I profiled the application with hotshot. The results are not > really usable however as it seems to display the amount

Re: Profiling with hotshot and wall clock time

2005-11-26 Thread Dieter Maurer
Geert Jansen <[EMAIL PROTECTED]> writes on Thu, 24 Nov 2005 21:33:03 +0100: > ... > Is possible to use hotshot with wall clock time, i.e. is it possible > to have the code fragment below show one second as opposed to zero? > The old profiler seems to have functionality choosing a timer function >

Profiling with hotshot and wall clock time

2005-11-24 Thread Geert Jansen
Hi! I'm trying to profile an application that I believe is blocking on I/O for a significant amount of time. In trying to dig down where this happens, I profiled the application with hotshot. The results are not really usable however as it seems to display the amount of CPU time which for my a