There is a simple trick to show your app loading time included dylib loading time
, rebase/binding time
, ObjC setup time
, initializer time
, …
Here how to setup:
1: Edit scheme
2: Add new Environment Variables with DYLD_PRINT_STATISTICS
3: Run and view in your console to see the results!