There is a simple trick to show your app loading time included dylib loading time, rebase/binding time, ObjC setup time, initializer time, …

screenshot 2018-10-11 at 7 30 08 pm

Here how to setup:

1: Edit scheme

screenshot 2018-10-14 at 12 24 12 pm

2: Add new Environment Variables with DYLD_PRINT_STATISTICS

screenshot 2018-10-14 at 12 25 35 pm

3: Run and view in your console to see the results!