Skip to content

Instantly share code, notes, and snippets.

@mojtabacazi
Last active March 29, 2016 18:55
Show Gist options
  • Save mojtabacazi/d6397c1d8be396bf1879 to your computer and use it in GitHub Desktop.
Save mojtabacazi/d6397c1d8be396bf1879 to your computer and use it in GitHub Desktop.
Execution time in Obj-c
#if DEBUG
# define TICK NSDate *startTime = [NSDate date]
# define TOCK(_TXT_) NSLog(@"%@ Time: %f", _TXT_, -[startTime timeIntervalSinceNow])
#else
# error Debug Only.
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment