A tool for testing program code coverage.
The gcov command is a tool used to test the code coverage of a program.
gcov (options) (parameters)
-h: Display help information;
-v: Display version information;
-a: Output execution counts for all basic blocks;
-n: Create output files.
C source file: C language source code file.