Displaying 1 result from an estimated 1 matches for "dowideit".
2008 Jan 11
25
DTrace in Perl: What probes should we have?
...assembled
them and made the necessary changes to Perl''s Configure script. The
patched Perl works with the examples in DTraceToolkit.
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?
-- notes --
I''m crossposting this to w...