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.