Revision: 977 Author: tim.bunce Date: Fri Dec 18 13:01:10 2009 Log: Give thanks where it's due!
http://code.google.com/p/perl-devel-nytprof/source/detail?r=977 Modified: /trunk/Changes ======================================= --- /trunk/Changes Thu Dec 10 06:36:30 2009 +++ /trunk/Changes Fri Dec 18 13:01:10 2009 @@ -43,12 +43,17 @@ Added forkdepth=N option to enable profiling to be turned off after N generations of fork(). - Added nameevals=0 and nameanonsubs=0 to make NYTProf less visible - to code that may assume the default perl naming behaviour. + Added nameevals=0 and nameanonsubs=0 options to make NYTProf less + visible to code that may assume the default perl naming behaviour. + Note that using these will limit the usefulness of reports. Added initial support for profiling PostgreSQL PL/Perl code via Devel::NYTProf::PgPLPerl module. + Added nytprofmerge utility: + Reads multiple nytprof data files and writes a new merged file. + Many thanks to Nicholas Clark! + Changes to subroutine profiler: Rewritten. Captures more data more accurately and robustly. -- You've received this message because you are subscribed to the Devel::NYTProf Development User group. Group hosted at: http://groups.google.com/group/develnytprof-dev Project hosted at: http://perl-devel-nytprof.googlecode.com CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf To post, email: [email protected] To unsubscribe, email: [email protected]
