This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
new edge coverage profiler on gcc 3.3
- From: Qiong Cai <qiongc at cse dot unsw dot edu dot au>
- To: gcc at gcc dot gnu dot org
- Date: Sun, 13 Oct 2002 08:00:15 +0000
- Subject: new edge coverage profiler on gcc 3.3
- Organization: CSE, UNSW
- Reply-to: qiongc at cse dot unsw dot edu dot 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.
Qiong