Do you guys happen to know any free code coverage analyzers for C++? I'm mainly interested in measuring some statement execution times.
Do you guys happen to know any free code coverage analyzers for C++? I'm mainly interested in measuring some statement execution times.
J-P Nurmi
gprof ?
jpn (18th August 2006)
There is also gcov for code coverage (gprof is more for time profiling).
jpn (20th August 2006)
HI
i found that gprof is for linux/unix
can i get a similar tool for windows??
thanks in advance
vvbkumar
Windows version of gprof is available at MinGW site.
Bookmarks