Commit e03f26cb by Martin Liska Committed by Martin Liska

Enhance documentation of gcov.

2017-04-28  Martin Liska  <mliska@suse.cz>

	* doc/gcov.texi: Enhance documentation of gcov.

From-SVN: r247377
parent 2f360676
2017-04-28 Martin Liska <mliska@suse.cz> 2017-04-28 Martin Liska <mliska@suse.cz>
* doc/gcov.texi: Enhance documentation of gcov.
2017-04-28 Martin Liska <mliska@suse.cz>
* doc/gcov.texi: Sort options in alphabetic order. * doc/gcov.texi: Sort options in alphabetic order.
* doc/gcov-dump.texi: Likewise. * doc/gcov-dump.texi: Likewise.
* doc/gcov-tool.texi: Likewise. * doc/gcov-tool.texi: Likewise.
......
...@@ -324,7 +324,9 @@ command line option. The @var{execution_count} is @samp{-} for lines ...@@ -324,7 +324,9 @@ command line option. The @var{execution_count} is @samp{-} for lines
containing no code. Unexecuted lines are marked @samp{#####} or containing no code. Unexecuted lines are marked @samp{#####} or
@samp{====}, depending on whether they are reachable by @samp{====}, depending on whether they are reachable by
non-exceptional paths or only exceptional paths such as C++ exception non-exceptional paths or only exceptional paths such as C++ exception
handlers, respectively. handlers, respectively. Given @samp{-a} option, unexecuted blocks are
marked @samp{$$$$$} or @samp{%%%%%}, depending whether a basic block
is reachable via non-exceptional or exceptional paths.
Some lines of information at the start have @var{line_number} of zero. Some lines of information at the start have @var{line_number} of zero.
These preamble lines are of the form These preamble lines are of the form
...@@ -675,5 +677,5 @@ it. This can be overcome by, for example, setting the environment as ...@@ -675,5 +677,5 @@ it. This can be overcome by, for example, setting the environment as
setting will name the data file @file{/target/run/build/foo.gcda}. setting will name the data file @file{/target/run/build/foo.gcda}.
You must move the data files to the expected directory tree in order to You must move the data files to the expected directory tree in order to
use them for profile directed optimizations (@option{--use-profile}), or to use them for profile directed optimizations (@option{-fprofile-use}), or to
use the @command{gcov} tool. use the @command{gcov} tool.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment