Report issue Add example

gcov

A tool for testing program code coverage.

Supplemental Information

The gcov command is a tool used to test the code coverage of a program.

Syntax

gcov (options) (parameters)

Options

-h: Display help information;
-v: Display version information;
-a: Output execution counts for all basic blocks;
-n: Create output files.

Parameters

C source file: C language source code file.