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] [-j|–json-format] [-H|–human-readable] [-k|–use-colors] [-l|–long-file-names] [-m|–demangled-names] [-n|–no-output] [-o|–object-directory directory|file] [-p|–preserve-paths] [-q|–use-hotness-colors] [-r|–relative-only] [-s|–source-prefix directory] [-t|–stdout] [-u|–unconditional-branches] [-x|–hash-filenames] 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…
