diff options
author | Martin Liska <mliska@suse.cz> | 2018-09-05 10:08:45 +0200 |
---|---|---|
committer | Martin Liska <marxin@gcc.gnu.org> | 2018-09-05 08:08:45 +0000 |
commit | d1c772b9bb4053ff15ddbf2fadf8f6ad8210dc4e (patch) | |
tree | 2516ad639cdfd103fce5f92e81e2786e7614be94 /gcc/doc/gcov.texi | |
parent | 3d043c51f5356d614ce8cc6678dff874a9c1f4f2 (diff) | |
download | gcc-d1c772b9bb4053ff15ddbf2fadf8f6ad8210dc4e.tar.gz |
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/gcov.texi')
-rw-r--r-- | gcc/doc/gcov.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi index f33dc8f6aed..98f4a876293 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 |