summaryrefslogtreecommitdiffstats
path: root/bin/ios-mapfile-statistics
Commit message (Collapse)AuthorAgeFilesLines
* Revert "iOS, remove unused script."Tor Lillqvist2018-09-141-0/+78
| | | | | | It can be useful. This reverts commit b140f92531396c1087b997852d7ece18429b79d1.
* iOS, remove unused script.jan Iversen2017-11-221-78/+0
| | | | | | | | This script is no longer used for the iOS development, and in order to prevent anybody wasting time porting it, it is nuked. Change-Id: I46d520fa9b8aeabee78cfe1f02a25e4d1ead3d7f
* Improve command line handling, don't read stdinTor Lillqvist2014-04-251-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
* Add help messageTor Lillqvist2014-04-251-0/+24
| | | | Change-Id: Id9c5dfdee00c8b9baa21c7345f7218e982bfd434
* Add -f option to filter in symbols from some libraries onlyTor Lillqvist2014-04-251-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
* Add -s option to show a sorted list of symbols by size insteadTor Lillqvist2014-04-251-2/+18
| | | | Change-Id: I2c6c46f4f570f4999154daa7e0f84f6ecd6f2d79
* Script to postprocess linker map files for iOS a bitTor Lillqvist2014-04-221-0/+27
Show the total size of code and data linked in from each library. Change-Id: Ibd6e0e15259f338addc30f2d821c794d65676637