Do you guys happen to know any free code coverage analyzers for C++? I'm mainly interested in measuring some statement execution times.
Printable View
Do you guys happen to know any free code coverage analyzers for C++? I'm mainly interested in measuring some statement execution times.
gprof ?
There is also gcov for code coverage (gprof is more for time profiling).
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.