Last active
March 29, 2016 18:55
-
-
Save mojtabacazi/d6397c1d8be396bf1879 to your computer and use it in GitHub Desktop.
Execution time in Obj-c
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
#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