Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 144 Bytes

gcov.md

File metadata and controls

9 lines (5 loc) · 144 Bytes

gcov

GCC test coverage metrics.

Must compile with -ftest-coverate to use:

gcc -Wall -fprofile-arcs -ftest-coverage cov.c

TODO usage