summaryrefslogtreecommitdiff
path: root/bin/ios-mapfile-statistics
AgeCommit message (Collapse)Author
2018-09-14Revert "iOS, remove unused script."Tor Lillqvist
It can be useful. This reverts commit b140f92531396c1087b997852d7ece18429b79d1.
2017-11-22iOS, remove unused script.jan Iversen
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
2014-04-25Improve command line handling, don't read stdinTor Lillqvist
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 Lillqvist
Change-Id: Id9c5dfdee00c8b9baa21c7345f7218e982bfd434
2014-04-25Add -f option to filter in symbols from some libraries onlyTor Lillqvist
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 Lillqvist
Change-Id: I2c6c46f4f570f4999154daa7e0f84f6ecd6f2d79
2014-04-22Script to postprocess linker map files for iOS a bitTor Lillqvist
Show the total size of code and data linked in from each library. Change-Id: Ibd6e0e15259f338addc30f2d821c794d65676637