DescriptionSubzero: Refine the memory usage report with -szstats .
The problem is that the memory usage that comes from the -track-memory option is not very well-defined (it's a hidden LLVM option after all). It gives an OK sense of memory growth over time, but sometimes we really want to know how much CFG-local arena memory was allocated for a particular function.
To help with this, we add another row to the stats output, giving the MB size of the CFG arena at the end of translating the method.
BUG= https://bugs.chromium.org/p/nativeclient/issues/detail?id=4366
R=kschimpf@google.com
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=b5eee3d7bc9dfb37535e414051d177af1a517bfc
Patch Set 1 #Patch Set 2 : Rebase #Patch Set 3 : Simplify the interface #Patch Set 4 : Bug fix #
Messages
Total messages: 6 (3 generated)
|