简体   繁体   中英

Find individual load time of Dynamic Libraries to identify which library consumes more time to load in IOS

The loading time of dynamic libraries has considerably increased causing a delay to the launch time of the app by several seconds. Though there are provision to load the libraries on need basis(lazy load), i would like to remove the most time-consuming library all together. which is the best approach to identify the load time of individual dynamic libraries.

I would look at DYLD_PRINT_STATISTICS as described here . See this post too.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM