summaryrefslogtreecommitdiff
path: root/dexlayout/dex_visualize.h
Commit message (Collapse)AuthorAgeFilesLines
* Add section size statisticsDavid Sehr2017-03-101-0/+2
| | | | | | | | | | Add an option to display the size of dex file sections for easier analysis. Bug: none Test: test-art-host Change-Id: I779f776657ad79e7a50c18c2b9486e6778c70f13
* Dexlayout cleanup and refactoring.Jeff Hao2016-11-221-1/+5
| | | | | | | | | Created option to output to a mem map in preparation of hooking dexlayout into dex2oat. Test: mm test-art-host-gtest-dexlayout_test Bug: 29921113 Change-Id: Id42ef15cb8f83cc8d05b025b7647a4338e9b96b0
* Option to gnuplot dex layoutDavid Sehr2016-10-041-0/+39
Display the portions of the dex file that are accessed by the classes in the dex file. Optionally limit the display to only those classes that are present in a runtime profile. Bug: 29921113 Change-Id: I2a998fba448fec6c23941d3b4358531b1336e1b3 Test: dexlayout test