[Seaside] Getting profiling info from Seaside in a VW environment..

Avi Bryant avi.bryant at gmail.com
Fri Jan 27 21:23:42 CET 2006


On Jan 25, 2006, at 5:53 AM, Bany, Michel wrote:

> Since I am currently working on the VW port of 2.6a2 I had a look
> to the profiling feature. It's quite easy to integrate and it will
> be included in the next port.
>
> A question though.
>
> I noticed that profiling is only available for the rendering phase.
> Sure, this is useful, but not as quite useful as profiling the  
> callback
> phase. Has anything tried for profiling the callback phase ?

It's actually harder to do than you would think, because often the  
callback phase involves the invocation of one or more continuations -  
which means that the stack is really messy.  Squeak's profiler,  
anyway, doesn't have an easy time with that.  I agree that it would  
be very useful, however, if someone finds a clever way to do it.

Avi


More information about the Seaside mailing list