summaryrefslogtreecommitdiff
path: root/bin/ios-mapfile-statistics
AgeCommit message (Collapse)AuthorFilesLines
2014-04-25Improve command line handling, don't read stdinTor Lillqvist1-3/+9
Reading stdin is confusing as it means running the script without any arguments and with no input redirection just seems to do nothing. (OTOH, who would use this script except seasoned hackers who know how command-line tools typically work... oh well.) Change-Id: I00b4f70b07b6515b52a22b4ec4e048cc84c1dc83
2014-04-25Add help messageTor Lillqvist1-0/+24
Change-Id: Id9c5dfdee00c8b9baa21c7345f7218e982bfd434
2014-04-25Add -f option to filter in symbols from some libraries onlyTor Lillqvist1-4/+9
You can specify a regular expression for the -f option, typically several library names combined with the '|' operator, as in: bin/ios-mapfile-statistics -s -f 'libswlo|libsclo' <workdir/TiledLibreOffice.map|c++filt Change-Id: I917fc392a41ed28c6b19ec5c2c16384d1186a532
2014-04-25Add -s option to show a sorted list of symbols by size insteadTor Lillqvist1-2/+18
Change-Id: I2c6c46f4f570f4999154daa7e0f84f6ecd6f2d79
2014-04-22Script to postprocess linker map files for iOS a bitTor Lillqvist1-0/+27
Show the total size of code and data linked in from each library. Change-Id: Ibd6e0e15259f338addc30f2d821c794d65676637