Revision: 878 Author: tim.bunce Date: Sat Oct 24 07:34:41 2009 Log: Polish up change not re sigexit option
http://code.google.com/p/perl-devel-nytprof/source/detail?r=878 Modified: /trunk/Changes ======================================= --- /trunk/Changes Thu Oct 22 09:24:17 2009 +++ /trunk/Changes Sat Oct 24 07:34:41 2009 @@ -28,8 +28,10 @@ slowops=2 puts timings into into the package that made the call, e.g., "Foo::CORE:sleep" (note the single colon). - Added sigexit option to enable a useable profile when the process exits due - to a signals. Thanks to Andrew Sterling Hanenkamp for the seed of this idea. + Added sigexit=1 option to enable a useable profile when the process + exits due to a signals (catches INT HUP PIPE BUS SEGV by default) + Can also do sigexit=TRAP,ABRT,SYS,... to hook specific signals. + Thanks to Andrew Sterling Hanenkamp for the seed of this idea. Added initial support for profiling PostgreSQL PL/Perl code via Devel::NYTProf::PgPLPerl module. --~--~---------~--~----~------------~-------~--~----~ 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] -~----------~----~----~----~------~----~------~--~---
