You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubym...@googlegroups.com
I'm used to throwing in calls to gettimeofday() and subtracting off the microseconds to get a very granular timer. i would like to use this to find out where the bottleneck is in teacup that is causing viewDidLoad to be so slow. but that function is not available, and NSDate.timeIntervalSinceReferenceDate only returns seconds that have 0.25 granularity. not nearly enough :-/ anyone have a good way to do simple microsecond-precision timing?