]> git.pld-linux.org Git - packages/gcc.git/blame - gcov.1
- unwind patch is obsolete
[packages/gcc.git] / gcov.1
CommitLineData
a3b377e1 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
5gcov \- 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"
11This manual page documents briefly the
12.BR gcov
13command.
14This manual page was written for the Debian GNU/Linux distribution
15(but may be used by others), because the original program does not
16have a manual page.
17Instead, it has documentation in the GNU Info format; see below.
18.PP
19.B gcov
20is a test coverage program. Use it in concert with GNU
21CC to analyze your programs to help create more efficient, faster
22running code. You can use gcov as a profiling tool to help
23discover where your optimization efforts will best affect your code. You
24can also use gcov along with the other profiling tool,
25.B gprof
26, to assess which parts of your code use the greatest amount
27of computing time.
28.SH "SEE ALSO"
29The program is documented fully by
30.IR "gcc: The GNU C compiler.",
31available via the Info system. The documentation for genclass can be
32found in the subsection "Gcov", under "a GNU CC test coverage program".
33.SH AUTHOR
34This manual page was written by the egcs maintainers for the Debian
35GNU/Linux system.
This page took 0.037517 seconds and 4 git commands to generate.