On Fri, Jan 11, 2008 at 08:45:44PM +0000, Andy Armstrong wrote:

> Currently we have probes on subroutine entry and return.
> 
> Next I'd like to solicit input about what other probes would be  
> useful. I have Sven Dowideit's patch that adds probes on new__sv,  
> del__sv (creation and deletion of values) and, main__enter, main__exit  
> (interpreter lifecycle) and load__module (require, use etc).
> Where else might we usefully probe? What would people find useful?

* start of loop;
* loop iteration (either by the end-condition not being met or 'next');
* end of loop (either by the end-condition being met or 'last');

if that's practical.

-- 
David Cantrell | A machine for turning tea into grumpiness

Reply via email to