CocoaPods trunk is moving to be read-only. Read more on the blog, there are 13 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
TimeBlock is composed by a couple of macros:
traceElapsedTimeInBlock (@"Log message", ^{
// Write here the code you want to measure
});
traceSlowExecutionBlock (@"Log message, 25, ^{
// Write here the code you want to log if it takes more than 25 seconds on runtime
});