* gcov.c (struct arcdata): Add hits and total, remove prob.
authorcpopetz <cpopetz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Nov 1999 17:17:15 +0000 (17:17 +0000)
committercpopetz <cpopetz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Nov 1999 17:17:15 +0000 (17:17 +0000)
commit887f59f0e42368a418f8eef9eea15b666493b5ad
treeab47712e15147a92950972c9fe18941868e1019a
parentbd41a79ee42d515c1e9d575fca34663312a2431e
* 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..

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30476 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gcov.c
gcc/gcov.texi