avr-gcov (1) Linux Manual Page
gcov – coverage testing tool Synopsisgcov [-v|–version] [-h|–help] [-a|–all-blocks] [-b|–branch-probabilities] [-c|–branch-counts] [-d|–display-progress] [-f|–function-summaries] [-i|–intermediate-format] [-l|–long-file-names] [-m|–demangled-names] [-n|–no-output] [-o|–object-directory directory|file] [-p|–preserve-paths] [-r|–relative-only] [-s|–source-prefix directory] [-u|–unconditional-branches] files 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….
