Revision: 1364
Author: [email protected]
Date: Sun Sep 19 10:28:53 2010
Log: clarify basic docs and add a link to a screencast to help initial users
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1364
Modified:
/trunk/lib/Devel/NYTProf.pm
=======================================
--- /trunk/lib/Devel/NYTProf.pm Thu Sep 16 11:03:07 2010
+++ /trunk/lib/Devel/NYTProf.pm Sun Sep 19 10:28:53 2010
@@ -58,11 +58,15 @@
perl -d:NYTProf some_perl.pl
# convert database into a set of html files, e.g., ./nytprof/index.html
- nytprofhtml
+ # and open a web browser on the nytprof/index.html file
+ nytprofhtml --open
# or into comma separated files, e.g., ./nytprof/*.csv
nytprofcsv
+A screencast about profiling perl code, including a detailed look at how
to use
+NYTProf and how to optimize your code, is available at
L<http://timbunce.blip.tv/file/3913278/>
+
=head1 DESCRIPTION
Devel::NYTProf is a powerful, fast, feature-rich perl source code profiler.
--
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]