Are there any free code coverage tools for native (not managed) code? For either Windows or Linux platforms?
Asked
Active
Viewed 3,901 times
3
-
Can you clarify what you mean by native? – David Grant Feb 03 '09 at 16:44
3 Answers
1
Should be possible with valgrind:
http://benjamin-meyer.blogspot.com/2007/12/valgrind-callgrind-tools-part-3-code.html

Ruben Vermeersch
- 1,933
- 1
- 18
- 27