Re: Test Coverage not on whole execution (gcov)

2008-05-07 Thread Fabien Baron
is done in my software ! Best Regards, Fabien 2008/5/1, Ben Elliston <[EMAIL PROTECTED]>: > On Wed, 2008-04-30 at 11:01 +0200, Fabien Baron wrote: > > > I'm working on a big project in C code, and I want to profile it so I > > used gcc with the options -ftest-cov

Test Coverage not on whole execution (gcov)

2008-04-30 Thread Fabien Baron
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 profi