egcs/gcc ChangeLog gcov.c gcov.texi
cpopetz@gcc.gnu.org
cpopetz@gcc.gnu.org
Wed Nov 10 09:17:00 GMT 1999
CVSROOT: /cvs/gcc
Module name: egcs
Changes by: cpopetz@sourceware.cygnus.com 99/11/10 09:17:15
Modified files:
gcc : ChangeLog gcov.c gcov.texi
Log message:
* gcov.c (struct arcdata): Add hits and total, remove prob.
(output_branch_counts): New.
(process_args): Set output_branch_counts if -c.
(calculate_branch_probs): Store hits and total instead of
percentage.
(output_data): Emit counts if output_branch_counts is true.
* gcov.texi (Invoking Gcov): Document -c switch..
More information about the Gcc-cvs
mailing list