PDA

View Full Version : Free code coverage analyzers



jpn
18th August 2006, 23:33
Do you guys happen to know any free code coverage analyzers for C++? I'm mainly interested in measuring some statement execution times.

jacek
19th August 2006, 00:20
gprof ?

wysota
19th August 2006, 13:02
There is also gcov for code coverage (gprof is more for time profiling).

vvbkumar
30th August 2006, 18:18
HI

i found that gprof is for linux/unix

can i get a similar tool for windows??

thanks in advance
vvbkumar

jacek
30th August 2006, 18:29
Windows version of gprof is available at MinGW (http://www.mingw.org/) site.