Skip to content

Instantly share code, notes, and snippets.

@KatagiriSo
Created March 5, 2014 06:19
Show Gist options
  • Save KatagiriSo/9362150 to your computer and use it in GitHub Desktop.
Save KatagiriSo/9362150 to your computer and use it in GitHub Desktop.
time_t start, end;
start = clock();
...
end = clock();
NSLog(@" => time %ld",test,(end - start));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment