commit | 3dd1bb87cda35313a26daa37cebf3962181da053 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Sat Feb 27 09:05:50 2016 -0800 |
committer | Jim Stichnoth <stichnot@chromium.org> | Sat Feb 27 09:05:50 2016 -0800 |
tree | b9eef8b70c0da306994c6672373836fc53f0b131 | |
parent | 352db9354e9c30f99c6f87674f70a6f23a9ef7eb [diff] |
Subzero: Print memory usage info when dumping. Adds "-verbose mem" to enable printing the amount of CfgLocalAllocator memory allocated, each time Cfg::dump() is called. "-verbose mem,status" is a good way to get summary info. BUG= none R=kschimpf@google.com Review URL: https://codereview.chromium.org/1743043002 .