tools/android: Show the footprint of allocators in parse_smaps.py.
Adds an option to show the total footprint of an allocator (one of malloc(), partition_alloc and V8) in parse_smaps.py. Example output: $ tools/android/native_lib_memory/parse_smaps.py --pid 12803 \ --show-allocator-footprint partition_alloc [...] Footprint from partition_alloc: 13648 kB Bug: 998048 Change-Id: I9b9b062565e56188979c43380a411bca0f2db282 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1781645 Commit-Queue: Benoit L <lizeb@chromium.org> Reviewed-by:Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#693061}
Showing
Please register or sign in to comment