You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
double ratio = (double)[slowTime userMicroseconds] / (double)[fastTime userMicroseconds];
325
-
NSLog(@"cached invocation (%d) vs. plain message send (%d): %g x faster than normal message send",(int)[fastTime userMicroseconds],(int)[slowTime userMicroseconds],ratio);
325
+
NSLog(@"cached invocation (%d) vs. plain message send (%d): %g x speed of normal message send",(int)[fastTime userMicroseconds],(int)[slowTime userMicroseconds],ratio);
326
326
NSAssert2( ratio > 0.2 ,@"ratio of cached fast invocation to normal message send %g < %g",
0 commit comments