Hi,

I am using GCOV for estimating the code coverage of my source code.
GCOV mandates to build the executable with "-fprofile-arcs" options to
generate the required data files.
These files are of .gcda extension. These .gcda files would be created after
the execution of the executable.
I would like to know if there is a way to generate these ".gcda" files
without terminating the process running.
This would help me automating the process of code coverage using the GCOV.

Thanks in Advance
R.Arun
-- 
View this message in context: 
http://www.nabble.com/Creation-of-.gcda-filess-tf4809352.html#a13760709
Sent from the gcc - Gnu Help List mailing list archive at Nabble.com.



_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to