The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.11 - 2008-03-24

  • Rewrote test06 and test 13 only. No functionality changes. There is a Perl debugger bug. In perl >5.6 closing "}" in empty loops get execution counts for some reason. This caused 5.6 to fail 'make test' needlessly. (5.6 actually handles it better and 5.8 & 5.10). So I changed the code to avoid empty loop tests, which are no more useful than loops with code in them.
    • test06 now tests only loops - foreach, while and do-while loops.
    • test13 now tests only forms of eval, and eval failures - loops removed

Documentation

Devel::NYTProf::Reader CSV format implementation
Devel::NYTProf::Reader HTML format implementation

Modules

line-by-line code profiler and report generator
Tranforms Devel::NYTProf output into comprehensive, easy to read reports in (nearly) arbitrary format.