You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

474 B

gcov

测试程序的代码覆盖率的工具

补充说明

gcov命令 是一款测试程序的代码覆盖率的工具。

语法

gcov(选项)(参数)

选项

-h显示帮助信息
-v显示版本信息
-a输出所有的基本块的执行计数
-n并创建输出文件。

参数

V语言文件C语言源代码文件。