This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Partial coverage (coverage not on the whole execution)
- From: "Fabien Baron" <fabien dot baron at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 23 Apr 2008 11:11:22 +0200
- Subject: Partial coverage (coverage not on the whole execution)
Hello,
I'm working on a big project in C code, and I want to profile it so I
used gcc with the options -ftest-coverage and -fprofile-arcs, and gcov
to analyze the results. It works very well but on the whole project
and the whole execution !!
My question is :
Is it possible to start and stop profiling/coverage during the program
execution ? If it is how I can do that ?
I'm working with cygwin !
Thank you for your answer ....
Fabien