This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: new edge coverage profiler on gcc 3.3
- From: Jan Hubicka <jh at suse dot cz>
- To: Qiong Cai <qiongc at cse dot unsw dot edu dot au>
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 13 Oct 2002 20:19:21 +0200
- Subject: Re: new edge coverage profiler on gcc 3.3
- References: <3DA9280F.9070601@cse.unsw.edu.au>
> Hi,
>
>
> I compile the program with -fprofile-arcs and
> -ftest-coverage, but gcc3.3(latest snapshot)
> does not generate "*.da" files after running the program.
>
> I'd like to know wether the implemenation of
> new edge coverage profiler on gcc3.3 complete
> or not. Thanks.
It is complete and it should produce .da files.
Does the program crash at the end? There seems to be common collision
with the routines in glibc handling of profiler format.
Honza
>
> Qiong