gcov-8 (1) Linux Manual Page
NAME gcov – coverage testing tool SYNOPSIS gcov [-v|–version] [-h|–help] [-a|–all-blocks] [-b|–branch-probabilities] [-c|–branch-counts] [-d|–display-progress] [-f|–function-summaries] [-i|–intermediate-format] [-j|–human-readable] [-k|–use-colors] [-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] [-x|–hash-filenames] files 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 and to…
