Revision: 1343 Author: [email protected] Date: Sun Sep 12 04:13:23 2010 Log: Add $SIG{USR2} = \&Carp::cluck; as handy way to see what's happening when nytprofhtml is sucking cpu for a long time.
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1343 Modified: /trunk/bin/nytprofhtml ======================================= --- /trunk/bin/nytprofhtml Sat Jul 10 07:38:41 2010 +++ /trunk/bin/nytprofhtml Sun Sep 12 04:13:23 2010 @@ -116,6 +116,8 @@ require lib; lib->import($opt_lib); } + +$SIG{USR2} = \&Carp::cluck; my $reporter = new Devel::NYTProf::Reader($opt_file); -- 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]
