gcov

Tools for testing program code coverage

Supplementary instructions

gcov command is a tool for testing the code coverage of a program.

grammar

gcov(options)(parameters)

Options

-h: Display help information;
-v: Display version information;
-a: Output execution counts of all basic blocks;
-n: and create an output file.

Parameters

V language file: C language source code file.

继续阅读

接下来你可能需要这些内容

优先推荐相关内容,同时保留你的阅读轨迹和收藏入口。