Author: gisle.aas
Date: Wed Oct 22 05:49:02 2008
New Revision: 540
Modified:
trunk/Changes
trunk/bin/nytprofhtml
Log:
Document the nytprofhtml --open option.
Modified: trunk/Changes
==============================================================================
--- trunk/Changes (original)
+++ trunk/Changes Wed Oct 22 05:49:02 2008
@@ -40,8 +40,7 @@
Exclusive and Inclusive time column positions have been switched
to be consistent with how the times are presented elsewhere.
- nytprofhtml includes a -open option to open the generated html
- (requires an external 'open' command)
+ nytprofhtml includes a --open option to open the generated html
=head2 Changes in Devel::NYTProf 2.05 (svn r498) 8th Oct 2008
Modified: trunk/bin/nytprofhtml
==============================================================================
--- trunk/bin/nytprofhtml (original)
+++ trunk/bin/nytprofhtml Wed Oct 22 05:49:02 2008
@@ -983,15 +983,11 @@
Typical usage:
$ perl -d:NYTProf some_perl_app.pl
-
- $ nytprofhtml
- Generating HTML Output...
-
- $ open nytprof/index.html
+ $ nytprofhtml --open
Options synopsis:
- $ nytprofhtml [-h] [-d] [-o <output directory>] [-f <input file>]
+ $ nytprofhtml [-h] [-d] [-o <output directory>] [-f <input file>] [--open]
=head1 DESCRIPTION
@@ -1034,6 +1030,10 @@
Add a path to the beginning of @INC to help nytprofhtml find the source
files
used by the code. Should not be needed in practice.
+
+=item --open
+
+Make your web browser visit the report after it has been generated.
=item -h, --help
--~--~---------~--~----~------------~-------~--~----~
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]
-~----------~----~----~----~------~----~------~--~---