Skip to content

Instantly share code, notes, and snippets.

@heitara
Created March 18, 2014 12:11
Show Gist options
  • Save heitara/9618862 to your computer and use it in GitHub Desktop.
Save heitara/9618862 to your computer and use it in GitHub Desktop.
#define TICK NSDate *startTime = [NSDate date]
#define TOCK NSLog(@"%s Time: %f", __PRETTY_FUNCTION__, -[startTime timeIntervalSinceNow])
//then use as follows
//TICK;
//do stuff
//TOCK;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment