Revision: 1236
Author: tim.bunce
Date: Wed May 26 15:02:12 2010
Log: Update Changes and add item to Troubleshooting section.

http://code.google.com/p/perl-devel-nytprof/source/detail?r=1236

Modified:
 /trunk/Changes
 /trunk/lib/Devel/NYTProf.pm

=======================================
--- /trunk/Changes      Mon May 24 07:37:09 2010
+++ /trunk/Changes      Wed May 26 15:02:12 2010
@@ -32,7 +32,8 @@
 Other changes:

   Fixed off-by-1 error in number of Files an xsub/opcode was called from.
-  Fixed Devel::NYTProf::Apache to work in more situations.
+  Fixed Devel::NYTProf::Apache to work in more situations
+    and enable the addpid option by default.

   Improved behaviour for 'duplicate' anon-subs defined in separate
     invocations of a particular string eval.
=======================================
--- /trunk/lib/Devel/NYTProf.pm Fri May  7 04:51:32 2010
+++ /trunk/lib/Devel/NYTProf.pm Wed May 26 15:02:12 2010
@@ -1011,7 +1011,7 @@

 =head1 TROUBLESHOOTING

-=head2 Profile data incomplete, ...
+=head2 "Profile data incomplete, ..."

 This error message means the file doesn't contain all the expected data.
 That may be because it was truncated (perhaps the filesystem was full) or,
@@ -1029,6 +1029,13 @@
 If the sudden death was due to calling C<POSIX::_exit($status)> then you'll
 need to call L</finish_profile> before calling C<POSIX::_exit>.

+=head2 Some files don't have profile information
+
+This is usually due to NYTProf being loaded after the other files, for example
+
+If you can't alter the command line to add "C<-d:NYTProf>" you could try using
+the C<PERL5OPT> environment variable. See L</PROFILING>.
+
 =head1 AUTHORS AND CONTRIBUTORS

 B<Tim Bunce> (L<http://www.tim.bunce.name> and L<http://blog.timbunce.org>)

--
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]

Reply via email to