Free code coverage tools [closed]

2019-01-26 17:25发布

问题:

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