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语言源代码文件