Skip to content

Instantly share code, notes, and snippets.

@dwabyick
Created January 15, 2015 05:02
Show Gist options
  • Save dwabyick/0a06238e3134a3da85c6 to your computer and use it in GitHub Desktop.
Save dwabyick/0a06238e3134a3da85c6 to your computer and use it in GitHub Desktop.
Use of g_timer
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