diff options
Diffstat (limited to 'gcc/doc/gcov.texi')
-rw-r--r-- | gcc/doc/gcov.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi index d728444..2b41010 100644 --- a/gcc/doc/gcov.texi +++ b/gcc/doc/gcov.texi @@ -289,6 +289,10 @@ where the @var{source-file} component is the final filename part and the @var{md5} component is calculated from the full mangled name that would have been used otherwise. +@item -w +@itemx --verbose +Print verbose informations related to basic blocks and arcs. + @end table @command{gcov} should be run with the current directory the same as that |