msp430-gcov (1) Linux Manual Page
NAME gcov – coverage testing tool SYNOPSIS gcov [-v|—version] [-h|—help] [-b|—branch-probabilities] [-c|—branch-counts] [-n|—no-output] [-l|—long-file-names] [-f|—function-summaries] [-o|—object-directory directory] sourcefile DESCRIPTION gcov is a test coverage program. Use it in concert with GCC to analyze your programs to help create more efficient, faster running code. You can use gcov as a profiling tool to help discover where your optimization efforts will…
