OSDN Git Service

* Rework fields used to describe positions of bitfields and
[pf3gnuchains/gcc-fork.git] / gcc / gcov.texi
index 9c6d77d..49de3f0 100644 (file)
@@ -81,7 +81,7 @@ compatible with any other profiling or test coverage mechanism.
 @section Invoking gcov
 
 @smallexample
-gcov [-b] [-v] [-n] [-l] [-f] [-o directory] @var{sourcefile}
+gcov [-b] [-c] [-v] [-n] [-l] [-f] [-o directory] @var{sourcefile}
 @end smallexample
 
 @table @code
@@ -90,6 +90,10 @@ Write branch frequencies to the output file, and write branch summary
 info to the standard output.  This option allows you to see how often
 each branch in your program was taken.
 
+@item -c
+Write branch frequencies as the number of branches taken, rather than 
+the percentage of branches taken.
+
 @item -v
 Display the @code{gcov} version number (on the standard error stream).