Created
January 15, 2015 05:02
-
-
Save dwabyick/0a06238e3134a3da85c6 to your computer and use it in GitHub Desktop.
Use of g_timer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| unsigned long clicks = clock() - g_timer; | |
| NSLog(@"It took me %ld clicks (%f msec).\n",clicks,1000*((float)clicks)/CLOCKS_PER_SEC); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment