]> git.pld-linux.org Git - packages/gcc.git/blob - gcov.1
- version updated for gcc 3.4.0, based on gcc34 from fedora-devel
[packages/gcc.git] / gcov.1
1 .TH GCOV 1
2 .\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
3 .\" other parms are allowed: see man(7), man(1)
4 .SH NAME
5 gcov \- test coverage program for GNU CC
6 .SH SYNOPSIS
7 .B gcov
8 .I "[-b] [-v] [-n] [-l] [-f] [-o directory] sourcefile"
9 .br
10 .SH "DESCRIPTION"
11 This manual page documents briefly the
12 .BR gcov
13 command.
14 This manual page was written for the Debian GNU/Linux distribution
15 (but may be used by others), because the original program does not
16 have a manual page.
17 Instead, it has documentation in the GNU Info format; see below.
18 .PP
19 .B gcov
20 is a test coverage program.  Use it in concert with GNU
21 CC to analyze your programs to help create more efficient, faster
22 running code.  You can use gcov as a profiling tool to help
23 discover where your optimization efforts will best affect your code.  You
24 can also use gcov along with the other profiling tool,
25 .B gprof
26 , to assess which parts of your code use the greatest amount
27 of computing time.
28 .SH "SEE ALSO"
29 The program is documented fully by
30 .IR "gcc: The GNU C compiler.",
31 available via the Info system.  The documentation for genclass can be
32 found in the subsection "Gcov", under "a GNU CC test coverage program".
33 .SH AUTHOR
34 This manual page was written by the egcs maintainers for the Debian
35 GNU/Linux system.
This page took 0.13554 seconds and 3 git commands to generate.