diff options
author | David D. Zuhn <zoo@cygnus> | 1993-12-16 04:18:17 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-12-16 04:18:17 +0000 |
commit | 4fe2350be4d72ed94f6bd62d5e6af9070ed1794a (patch) | |
tree | edf81d89c0580b7e6bf25b7595838a1d4435bd91 /gprof/gprof.1 | |
parent | b4f476e939ee3cdb85fbc05b531f11049baaa6d8 (diff) | |
download | gdb-4fe2350be4d72ed94f6bd62d5e6af9070ed1794a.zip gdb-4fe2350be4d72ed94f6bd62d5e6af9070ed1794a.tar.gz gdb-4fe2350be4d72ed94f6bd62d5e6af9070ed1794a.tar.bz2 |
document -v flag
Diffstat (limited to 'gprof/gprof.1')
-rw-r--r-- | gprof/gprof.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gprof/gprof.1 b/gprof/gprof.1 index adb8b31..d86a391 100644 --- a/gprof/gprof.1 +++ b/gprof/gprof.1 @@ -189,6 +189,9 @@ executions of gprof (probably also with a .BR \-s ) to accumulate profile data across several runs of an `objfile' file. .TP +.B -v +prints the version number for gprof, and then exits. +.TP .B -z displays routines that have zero usage (as shown by call counts and accumulated time). |