arm-gp2x-linux-gcov (1) Linux Manual Page
gcov – coverage testing tool Synopsisgcov [-v|–version] [-h|–help] [-a|–all-blocks] [-b|–branch-probabilities] [-c|–branch-counts] [-n|–no-output] [-l|–long-file-names] [-p|–preserve-paths] [-f|–function-summaries] [-o|–object-directory directory|file] sourcefile [-u|–unconditional-branches] Descriptiongcov is a test coverage program. Use it in concert with GCC to analyze your programs to help create more efficient, faster running code and to discover untested parts of your program. You can use gcov as a…
