Improve the dumping of BasicBlock weights and edge counts in the JIT
authorBrian Sullivan <briansul@microsoft.com>
Wed, 22 Mar 2017 18:23:19 +0000 (11:23 -0700)
committerBrian Sullivan <briansul@microsoft.com>
Wed, 22 Mar 2017 22:05:09 +0000 (15:05 -0700)
commit49d245b059e58f02a1e24564138c5eaa8a91041f
treefe5b4f045b233a999c2f53a647e19a1055a3b12b
parent362baf839ade4db41bbd416f02ef0e7312580b5c
Improve the dumping of BasicBlock weights and edge counts in the JIT
Weights are now printed to fit into a 6 character field in one of three forms:
standard (ddd or ddd.dd), large (ddddd.) or very large (dddddk)

Commit migrated from https://github.com/dotnet/coreclr/commit/3dd1518ca4e71e290e914becfa9ebcfd9a27042a
src/coreclr/src/jit/flowgraph.cpp
src/coreclr/src/jit/utils.cpp