Penguin
Blame: gcov-2.95(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of gcov-2.95(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 GCOV
2 !!!GCOV
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 AUTHOR
8 ----
9 !!NAME
10
11
12 gcov - test coverage program for GNU CC
13 !!SYNOPSIS
14
15
16 __gcov__ ''[[-b] [[-v] [[-n] [[-l] [[-f] [[-o directory]
17 sourcefile''
18 !!DESCRIPTION
19
20
21 This manual page documents briefly the __gcov__ command.
22 This manual page was written for the Debian GNU/Linux
23 distribution (but may be used by others), because the
24 original program does not have a manual page. Instead, it
25 has documentation in the GNU Info format; see
26 below.
27
28
29 __gcov__ is a test coverage program. Use it in concert
30 with GNU CC to analyze your programs to help create more
31 efficient, faster running code. You can use gcov as a
32 profiling tool to help discover where your optimization
33 efforts will best affect your code. You can also use gcov
34 along with the other profiling tool, __gprof__ , to
35 assess which parts of your code use the greatest amount of
36 computing time.
37 !!SEE ALSO
38
39
40 The program is documented fully by ''gcc-2.95: The GNU C
41 compiler.'', available via the Info system. The
42 documentation for gcov can be found in the subsection
43 ''
44 !!AUTHOR
45
46
47 This manual page was written by the egcs maintainers for the
48 Debian GNU/Linux system.
49 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.