From d1c772b9bb4053ff15ddbf2fadf8f6ad8210dc4e Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Wed, 5 Sep 2018 10:08:45 +0200 Subject: GCOV: Print one decimal place in human readable mode. 2018-09-05 Martin Liska * doc/gcov.texi: Update documentation of humar readable mode. * gcov.c (format_count): Print one decimal place, it provides more fine number of situations like '1G' vs. '1.4G'. 2018-09-05 Martin Liska * g++.dg/gcov/loop.C: Update test to support new format. From-SVN: r264112 --- gcc/doc/gcov.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/doc') diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi index f33dc8f..98f4a87 100644 --- a/gcc/doc/gcov.texi +++ b/gcc/doc/gcov.texi @@ -255,7 +255,7 @@ lcount:36,1,0 @item -j @itemx --human-readable -Write counts in human readable format (like 24k). +Write counts in human readable format (like 24.6k). @item -k @itemx --use-colors -- cgit v1.1