How to get correct rebase/binding time when debugging?

When I add DYLD_PRINT_STATISTICS to Environment Variables. I got a launch time report which seems to not correct. The rebase/binding time is always 126687488.9 seconds.

How to get correct rebase/binding time when debugging?


Code Block language
Total pre-main time: 653.77 milliseconds (100.0%)
         dylib loading time:  54.50 milliseconds (8.3%)
        rebase/binding time: 126687488.9 seconds (244608765.4%)
            ObjC setup time:  15.46 milliseconds (2.3%)
           initializer time: 629.64 milliseconds (96.3%)
           slowest intializers :
             libSystem.B.dylib : 512.32 milliseconds (78.3%)
                  foo :  40.94 milliseconds (6.2%)
                     too :  17.81 milliseconds (2.7%)
                   poo :  73.70 milliseconds (11.2%)


How to get correct rebase/binding time when debugging?
 
 
Q