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.
gcov
测试程序的代码覆盖率的工具
说明
gcov命令 是一款测试程序的代码覆盖率的工具
选项
gcov(选项)(参数)
-h:显示帮助信息
-v:显示版本信息
-a:输出所有的基本块的执行计数
-n:并创建输出文件
参数
V语言文件:C语言源代码文件