nsdate - How to calculate iOS app boot time -
I was thinking that opening an app on a fully loaded timeline is a quick and efficient method of determining time .
- I was thinking that I want to get into
NSDate
objectdidFinishLaunchingWithOptions
and myUIViewController
, its Compare them later - However, I'm not sure if this is completely correct, is there a better way of doing this?
This will not really work because it needs to load the iOS and launch your app. Is not related to.
You should do the best to log in a timestamp in main
, but again, it will not include the time to join the iOS app at that point of loading and launch To do that is called main
.
Whatever time you do, it will be from that point which can still be useful depending on your goal.
Comments
Post a Comment