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.

30 lines
377 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

gcov
===
测试程序的代码覆盖率的工具
## 说明
**gcov命令** 是一款测试程序的代码覆盖率的工具。
### 语法
```
gcov(选项)(参数)
```
```
-h显示帮助信息
-v显示版本信息
-a输出所有的基本块的执行计数
-n并创建输出文件。
```
### 参数
V语言文件C语言源代码文件。