summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/Inputs/lineExecutionCounts.proftext
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2015-05-13 22:41:48 +0000
committerJustin Bogner <mail@justinbogner.com>2015-05-13 22:41:48 +0000
commitd0ceebf160e29d2d84bf559eb89494bf4423508b (patch)
treeff5b12a56cbb9a1011f0d26ad876ad858956ac8b /llvm/test/tools/llvm-cov/Inputs/lineExecutionCounts.proftext
parentdfef0cecd45c6f02f36e24763fd6fc8235aa1fcf (diff)
downloadbcm5719-llvm-d0ceebf160e29d2d84bf559eb89494bf4423508b.tar.gz
bcm5719-llvm-d0ceebf160e29d2d84bf559eb89494bf4423508b.zip
InstrProf: Fix display of large numbers in llvm-cov
llvm-cov was truncating numbers that were larger than a particular fixed width, which is as confusing as it is useless. Instead, we use engineering notation with SI prefix for magnitude. llvm-svn: 237307
Diffstat (limited to 'llvm/test/tools/llvm-cov/Inputs/lineExecutionCounts.proftext')
-rw-r--r--llvm/test/tools/llvm-cov/Inputs/lineExecutionCounts.proftext6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/tools/llvm-cov/Inputs/lineExecutionCounts.proftext b/llvm/test/tools/llvm-cov/Inputs/lineExecutionCounts.proftext
index 1966d42ce30..38387a6237a 100644
--- a/llvm/test/tools/llvm-cov/Inputs/lineExecutionCounts.proftext
+++ b/llvm/test/tools/llvm-cov/Inputs/lineExecutionCounts.proftext
@@ -1,8 +1,8 @@
main
0x000000000028434d
5
-1
+161
0
-100
-1
+16100
+161
0
OpenPOWER on IntegriCloud