summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/gprof.1
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-12-22 20:52:15 +0000
committerwollman <wollman@FreeBSD.org>1994-12-22 20:52:15 +0000
commit18f4f1ed44dd9cbd6db64ddb4b62fee1f4f8448e (patch)
tree52b488628d95f562dbd35627b78bc8211b94ec10 /usr.bin/gprof/gprof.1
parentb9b9ce83b825198b3168ce98ad49474ae7cb3dbf (diff)
downloadFreeBSD-src-18f4f1ed44dd9cbd6db64ddb4b62fee1f4f8448e.zip
FreeBSD-src-18f4f1ed44dd9cbd6db64ddb4b62fee1f4f8448e.tar.gz
Added much-needed new options -[lL], to suppress printing of either the
call-graph or the flat profile, since often you only want one of them.
Diffstat (limited to 'usr.bin/gprof/gprof.1')
-rw-r--r--usr.bin/gprof/gprof.14
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1
index 63ea872..c212656 100644
--- a/usr.bin/gprof/gprof.1
+++ b/usr.bin/gprof/gprof.1
@@ -194,6 +194,10 @@ option may be given.
Only one pair of routine names may be given with each
.Fl k
option.
+.It Fl l
+Suppresses the printing of the call-graph profile.
+.It Fl L
+Suppresses the printing of the flat profile.
.It Fl s
A profile file
.Pa gmon.sum
OpenPOWER on IntegriCloud