Are there any free code coverage tools for native (not managed) code? For either Windows or Linux platforms?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
gcov from the GNU tools.
回答2:
EMMA is a free Java code coverage tool, and there's NCover for .NET
回答3:
Should be possible with valgrind:
http://benjamin-meyer.blogspot.com/2007/12/valgrind-callgrind-tools-part-3-code.html