Age | Commit message (Collapse) | Author |
|
It can be useful.
This reverts commit b140f92531396c1087b997852d7ece18429b79d1.
|
|
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
|
|
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
|
|
Change-Id: Id9c5dfdee00c8b9baa21c7345f7218e982bfd434
|
|
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
|
|
Change-Id: I2c6c46f4f570f4999154daa7e0f84f6ecd6f2d79
|
|
Show the total size of code and data linked in from each library.
Change-Id: Ibd6e0e15259f338addc30f2d821c794d65676637
|