The svn version of NYTProf adds a cool treemap feature. Here is the scanner on about 1000 files using Perl 5.8. Note that DBIx::Class is faster under Perl 5.10, so run that if you can.
[image: http://eng.slimdevices.com/~andy/treemap-scanner-5.8.png] The "scan" block is all time spent actually scanning files. Artwork resizing is "newFromJpegData" and "copyResampled". The huge block on the left is MRO::Compat, needed to support some DBIx::Class features under 5.8. -- andyg ------------------------------------------------------------------------ andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292 View this thread: http://forums.slimdevices.com/showthread.php?t=64981 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
