gcov(1)
NAME
gcov - test coverage program for GNU CC
SYNOPSIS
gcov [-b] [-v] [-n] [-l] [-f] [-o directory] sourcefile
DESCRIPTION
Arrayfaster running code. You can use gcov as a profiling tool to
help discover where your optimization efforts will best affect
your code. You can also use gcov along with the other profiling
tool, gprof , to assess which parts of your code use the greatest
amount of computing time.
SEE ALSO
Arraygcov can be found in the subsection "Gcov", under "a GNU CC test
coverage program".