Warning: POE's internal statistics traces going away

Rocco Caputo <[email protected]> Tue, 8 Feb 2011 12:39:32 -0500
Newsgroups gmane.comp.lang.perl.poe
Message-ID <[email protected]>
Up 'til now, POE has internal statistics reporting for such things as idle time, number of calls to event handlers, and time spent in POE vs. Your Code.  That's going away in the next release.  If you've never encountered the feature, then your code will work just fine without it.

I wholeheartedly recommend Devel::NYTProf as an alternative.  It's a fine, free product.  It produces prettier, more detailed, more accurate runtime profiles than POE ever did.  I don't have to maintain it. :)

For those who absolutely need POE's internal traces, they'll always be on BackPAN.  Alternatively you can fork POE and maintain legacy features at your own leisure/peril.

Apologies for the inconvenience, in advance.

-- 
Rocco Caputo - [email protected]