×
People also ask
Gcov is a source code coverage analysis and statement-by-statement profiling tool. Gcov generates exact counts of the number of times each statement in a ...

Gcov

Computer program
Gcov is a source code coverage analysis and statement-by-statement profiling tool. Gcov generates exact counts of the number of times each statement in a program is executed and annotates source code to add instrumentation. Gcov comes as a... Wikipedia
Alternative: gcovr
License: GNU General Public License and other free software licenses
gcov is a test coverage program. Use it in concert with GCC to analyze your programs to help create more efficient, faster running code.
The gcov mechanism provides a means to collect coverage data for such code by keeping a copy of the data associated with the unloaded module. This data remains ...
gcov-tool is a tool you can use in conjunction with GCC to manipulate or process gcda profile files offline. Introduction to gcov- ...
Gcov is an open-source code-coverage tool. To use Gcov, perform the following steps: Compile the code with the -fprofile-arcs and -ftest-coverage flags.