Revision: 1423
Author: [email protected]
Date: Fri Aug 10 04:27:46 2012
Log: Clarified docs re fork generating multiple files, RT#78873
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1423
Modified:
/trunk/Changes
/trunk/bin/nytprofhtml
/trunk/lib/Devel/NYTProf.pm
=======================================
--- /trunk/Changes Wed Jun 27 06:13:42 2012
+++ /trunk/Changes Fri Aug 10 04:27:46 2012
@@ -20,6 +20,7 @@
Added and clarified some notes in the troubleshooting docs.
Added warning for Apache2::SizeLimit in ::Apache, RT#75912.
+ Clarified docs re fork generating multiple files, RT#78873.
=head2 Changes in Devel::NYTProf 4.06 (svn r1406) 30th Nov 2010
=======================================
--- /trunk/bin/nytprofhtml Fri Jun 15 09:04:32 2012
+++ /trunk/bin/nytprofhtml Fri Aug 10 04:27:46 2012
@@ -1861,8 +1861,9 @@
Devel::NYTProf is a powerful feature-rich perl source code profiler.
See L<Devel::NYTProf> for details.
-C<nytprofhtml> generates a set of html reports from the data collected by
-L<Devel::NYTProf>.
+C<nytprofhtml> generates a set of html reports from a single data file
+generated by L<Devel::NYTProf>. (If your process forks you'll probably have
+multiple files. See L<Devel::NYTProf> and L<nytprofmerge>.)
The reports include dynamic runtime analysis wherein each line and each
file
is analyzed based on the performance of the other lines and files. As a
=======================================
--- /trunk/lib/Devel/NYTProf.pm Wed Jun 27 06:13:42 2012
+++ /trunk/lib/Devel/NYTProf.pm Fri Aug 10 04:27:46 2012
@@ -248,7 +248,8 @@
NYTProf can profile applications that fork, and does so with no loss of
performance.
NYTProf detects the fork and starts writing a new profile file with the pid
-appended to the filename.
+appended to the filename. Since L<nytprofhtml> only works with a single
profile
+file you may want to merge multiple files using L<nytprofmerge>.
=head2 Fast Profiling
--
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]