[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
gcov
: a Test Coverage Program
gcov
is a tool you can use in conjunction with GNU CC to
test code coverage in your programs.
This chapter describes version 1.5 of gcov
.
8.1 Introduction to gcov
Introduction to gcov. 8.2 Invoking gcov How to use gcov. 8.3 Using gcov
with GCC OptimizationUsing gcov with GCC optimization. 8.4 Brief description of gcov
data filesThe files used by gcov.