diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-06 14:11:40 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-06 14:11:40 +0000 |
commit | 24000d2f6ceadea08f0cd0a3282c486d5e818858 (patch) | |
tree | 21b3a19f47deb4a3b7d1c16a3286df3e9d9b6fa2 /pod | |
parent | 3827f17e1a3ba75532f089723508d3300b6b7744 (diff) | |
download | perl-24000d2f6ceadea08f0cd0a3282c486d5e818858.tar.gz |
Tweaks on the Tru64 prof options.
p4raw-id: //depot/perl@10009
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlhack.pod | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod index cec4281988..d51a89adf2 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -1767,23 +1767,23 @@ In Tru64 the following options are available: =over 4 -=item -p +=item -p[rodecures] Procecures sorted in descending order by the number of cycles executed in each procedure. Useful for finding the hotspot procedures. (This is the default option.) -=item -h +=item -h[eavy] Lines sorted in descending order by the number of cycles executed in each line. Useful for finding the hotspot lines. -=item -i +=item -i[nvocations] The called procedures are sorted in descending order by number of calls made to the procedures. Useful for finding the most used procedures. -=item -l +=item -l[ines] Grouped by procedure, sorted by cycles executed per procedure. Useful for finding the hotspots of procedures. @@ -1792,7 +1792,7 @@ Useful for finding the hotspots of procedures. The compiler emitted code for these lines, but the code was unexecuted. -=item -zero +=item -z[ero] Unexecuted procedures. |