diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-02 20:16:00 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-02 20:16:00 +0000 |
commit | 9374f68145517c34e638f7c7fd19ebce19899de5 (patch) | |
tree | 00d0e0cfbd54092bfa42bf338850f93bdfb60c14 /gcc/invoke.texi | |
parent | 33148f332b4d10ba3ed7fdf7b2ccfb6c06264758 (diff) | |
download | gcc-9374f68145517c34e638f7c7fd19ebce19899de5.tar.gz |
More doc junk.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16891 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/invoke.texi')
-rw-r--r-- | gcc/invoke.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 2bb3d99a4be..f2b80342f4c 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -1771,6 +1771,10 @@ This data could be analyzed by a program like @code{tcov}. Note, however, that the format of the data is not what @code{tcov} expects. Eventually GNU @code{gprof} should be extended to process this data. +@item -Q +Makes the compiler print out each function name as it is compiled, and +print some statistics about each pass when it finishes. + @item -ax Generate extra code to profile basic blocks. Your executable will produce output that is a superset of that produced when @samp{-a} is |