aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2018-09-05 10:08:45 +0200
committerMartin Liska <marxin@gcc.gnu.org>2018-09-05 08:08:45 +0000
commitd1c772b9bb4053ff15ddbf2fadf8f6ad8210dc4e (patch)
tree2516ad639cdfd103fce5f92e81e2786e7614be94 /gcc/doc
parent3d043c51f5356d614ce8cc6678dff874a9c1f4f2 (diff)
downloadgcc-d1c772b9bb4053ff15ddbf2fadf8f6ad8210dc4e.zip
gcc-d1c772b9bb4053ff15ddbf2fadf8f6ad8210dc4e.tar.gz
gcc-d1c772b9bb4053ff15ddbf2fadf8f6ad8210dc4e.tar.bz2
GCOV: Print one decimal place in human readable mode.
2018-09-05 Martin Liska <mliska@suse.cz> * 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 <mliska@suse.cz> * g++.dg/gcov/loop.C: Update test to support new format. From-SVN: r264112
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/gcov.texi2
1 files changed, 1 insertions, 1 deletions
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