summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorchromatic <chromatic@wgz.org>2008-03-25 17:12:09 -0700
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-03-26 09:14:57 +0000
commit2ae0a74966707398e37b803bd8871b91077f0ff6 (patch)
tree2e59f9e1292ec966737b29a9c1f9736f7c7fa54a /utils
parent86de2d7dbe59d127ec449a28248f74873fd586d5 (diff)
downloadperl-2ae0a74966707398e37b803bd8871b91077f0ff6.tar.gz
Typo Fixes
Message-Id: <200803260012.09967.chromatic@wgz.org> p4raw-id: //depot/perl@33569
Diffstat (limited to 'utils')
-rw-r--r--utils/dprofpp.PL14
1 files changed, 7 insertions, 7 deletions
diff --git a/utils/dprofpp.PL b/utils/dprofpp.PL
index f9c487e0ff..ef99488432 100644
--- a/utils/dprofpp.PL
+++ b/utils/dprofpp.PL
@@ -337,13 +337,13 @@ sub shortusage {
print <<'EOF';
dprofpp [options] [profile]
- -A Count autoloaded to *AUTOLOAD
+ -A Count autoloaded to *AUTOLOAD.
-a Sort by alphabetic name of subroutines.
- -d Reverse sort
+ -d Reverse sort.
-E Sub times are reported exclusive of child times. (default)
- -f Filter all calls mathcing the pattern.
+ -f Filter all calls matching the pattern.
-G Group all calls matching the pattern together.
- -g subr Count only those who are SUBR or called from SUBR
+ -g subr Count only subs who are SUBR or called from SUBR.
-H Display long manual page.
-h Display this short usage message.
-I Sub times are reported inclusive of child times.
@@ -351,12 +351,12 @@ dprofpp [options] [profile]
-O cnt Specifies maximum number of subroutines to display.
-P Used with -G to pull all other calls together.
-p script Specifies name of script to be profiled.
- -Q Used with -p to indicate the dprofpp should quit
+ -Q Used with -p to indicate that dprofpp should quit
after profiling the script, without interpreting the data.
-q Do not print column headers.
- -R Count anonyms separately even if from the same package
+ -R Count anonymous subs separately even if from the same package.
-r Use real elapsed time rather than user+system time.
- -S Create statistics for all the depths
+ -S Create statistics for all the depths.
-s Use system time rather than user+system time.
-T Show call tree.
-t Show call tree, compressed.