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
});