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.texi | |
parent | b4f476e939ee3cdb85fbc05b531f11049baaa6d8 (diff) | |
download | gdb-4fe2350be4d72ed94f6bd62d5e6af9070ed1794a.zip gdb-4fe2350be4d72ed94f6bd62d5e6af9070ed1794a.tar.gz gdb-4fe2350be4d72ed94f6bd62d5e6af9070ed1794a.tar.bz2 |
document -v flag
Diffstat (limited to 'gprof/gprof.texi')
-rw-r--r-- | gprof/gprof.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gprof/gprof.texi b/gprof/gprof.texi index 6f5c05d..1c173f7 100644 --- a/gprof/gprof.texi +++ b/gprof/gprof.texi @@ -329,6 +329,10 @@ may be given; only one @var{function_name} may be indicated with each The @samp{-k} option allows you to delete from the profile any arcs from routine @var{from} to routine @var{to}. +@item -v +The @samp{-v} flags causes @code{gprof} to print the current version +number, and then exit. + @item -z If you give the @samp{-z} option, @code{gprof} will mention all functions in the flat profile, even those that were never called, and |