Revision: 1180
Author: [email protected]
Date: Tue Mar 30 14:46:39 2010
Log: Corrected typos in nytprofhtml docs thanks to [email protected]
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1180
Modified:
/trunk/Changes
/trunk/bin/nytprofhtml
=======================================
--- /trunk/Changes Mon Mar 22 15:08:29 2010
+++ /trunk/Changes Tue Mar 30 14:46:39 2010
@@ -15,8 +15,13 @@
=head2 Changes in Devel::NYTProf 3.12 (svn XXXX)
+XXX TODO
+Refine and document handing of string evals
+
Enabled savesrc=1 by default.
+ Corrected typos in nytprofhtml docs thanks to [email protected]
+
=head2 Changes in Devel::NYTProf 3.11 (svn 1171) 12th March 2010
Fixed assorted issues on Windows thanks to Jan Dubois.
=======================================
--- /trunk/bin/nytprofhtml Tue Mar 30 05:56:54 2010
+++ /trunk/bin/nytprofhtml Tue Mar 30 14:46:39 2010
@@ -1732,11 +1732,11 @@
Devel::NYTProf is a powerful feature-rich perl source code profiler.
See L<Devel::NYTProf> for details.
-C<nytprofhtml> generates html a set of html reports from the data
collected by
+C<nytprofhtml> generates a set of html reports from the data collected by
L<Devel::NYTProf>.
The reports include dynamic runtime analysis wherein each line and each
file
-is analyzed based on the preformance of the other lines and files. As a
+is analyzed based on the performance of the other lines and files. As a
result, you can quickly find the slowest module and the slowest line in a
module. Slowness is measured in three ways: total calls, total time and
average time per call.
--
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]
To unsubscribe, reply using "remove me" as the subject.