diff options
author | Anton Kirilov <anton.kirilov@linaro.org> | 2016-01-28 15:08:01 +0000 |
---|---|---|
committer | Anton Kirilov <anton.kirilov@linaro.org> | 2016-02-15 11:49:08 +0000 |
commit | dd9473b94c15c8cbdfcce702fdc7a50acdfbfd8b (patch) | |
tree | 055dfa192732d8a2f246b314c66230e145355c14 /test/utils/python/generate_java_main.py | |
parent | 88f4bc504c1be353e95e9d215d68c7d58eb0717f (diff) |
dex2oat: Show memory usage values in bytes
Memory usage values are rounded down to an integer and shown in the
unit that would be most appropriate (refer to art::PrettySize());
e.g. if the value is at least 1 MB, but less than 1 GB, then it will
be shown in MB. However, that can introduce a very large error; for
example, a value that is close to, but less than 2 MB, will be
displayed as 1 MB.
This change forces dex2oat to print the raw value in bytes as well,
which may make memory usage analysis more accurate.
Change-Id: Id86a9fe21e8af0f02e77fac21cad51d35d941294
Diffstat (limited to 'test/utils/python/generate_java_main.py')
0 files changed, 0 insertions, 0 deletions