aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/gcov.texi
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2007-06-12 15:39:15 +0000
committerOlivier Hainque <hainque@gcc.gnu.org>2007-06-12 15:39:15 +0000
commit1a9075e2897aed199f8f52b7a212672d1f86a1b4 (patch)
tree82141cd675d6e571f4eeb980cf675b2b4f5ecce0 /gcc/doc/gcov.texi
parentb18e284e3c375396e2644ca74e28852b0756c468 (diff)
downloadgcc-1a9075e2897aed199f8f52b7a212672d1f86a1b4.zip
gcc-1a9075e2897aed199f8f52b7a212672d1f86a1b4.tar.gz
gcc-1a9075e2897aed199f8f52b7a212672d1f86a1b4.tar.bz2
gcov.c: Comments updated.
* gcov.c: Comments updated. (source_info): Add file_time field. (source_index): New variable. (mutiple_files): New variable. (generate_results): New function extracted from process_file. (process_file): Save and restore chain of functions, generate results and free structures only if not merging results. (release_structures): File names are now freed in create_file_names (create_file_names): Free previous file names. (find_source): File date is now read here and modifications in source files is checked here. (read_graph_file): Only reverse order of functions for the current object file. (make_gcov_file_name): Do not generate long names if input_name is NULL. (output_lines): If merging results do not display graph, data and runs informations. Checking source file modification is done in find_source. * doc/gcov.texi: Append an s to sourcefile. From-SVN: r125649
Diffstat (limited to 'gcc/doc/gcov.texi')
-rw-r--r--gcc/doc/gcov.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi
index 55c903c..1f9f5e8 100644
--- a/gcc/doc/gcov.texi
+++ b/gcc/doc/gcov.texi
@@ -113,7 +113,7 @@ compatible with any other profiling or test coverage mechanism.
@section Invoking @command{gcov}
@smallexample
-gcov @r{[}@var{options}@r{]} @var{sourcefile}
+gcov @r{[}@var{options}@r{]} @var{sourcefiles}
@end smallexample
@command{gcov} accepts the following options:
@@ -128,7 +128,7 @@ gcov [@option{-v}|@option{--version}] [@option{-h}|@option{--help}]
[@option{-l}|@option{--long-file-names}]
[@option{-p}|@option{--preserve-paths}]
[@option{-f}|@option{--function-summaries}]
- [@option{-o}|@option{--object-directory} @var{directory|file}] @var{sourcefile}
+ [@option{-o}|@option{--object-directory} @var{directory|file}] @var{sourcefiles}
[@option{-u}|@option{--unconditional-branches}]
@c man end
@c man begin SEEALSO