[go: up one dir, main page]

Skip to content
/ lmstat Public

A Swift command line tool analyzing iOS app LinkMap file and find out which lib makes your app so fat.

Notifications You must be signed in to change notification settings

dancong/lmstat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

lmstat

A Swift command line tool analyzing iOS app LinkMap file and find out which lib makes your app so fat.

Follow the steps in http://blog.cnbang.net/tech/2296/ to locate LinkMap file.

Usage: lmstat YourApp-LinkMap.txt result.txt

Result sample:

2.74M /Users/dancong/dev/YourApp/A.framework/A(zipUtil.o)

2.58M /Users/dancong/dev/YourApp/B.framework/B

2.01M /Users/dancong/dev/YourApp/C.framework/C

About

A Swift command line tool analyzing iOS app LinkMap file and find out which lib makes your app so fat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages