fix
This commit is contained in:
parent
bb044f8820
commit
a5d9e21065
1 changed files with 2 additions and 1 deletions
3
timing.h
3
timing.h
|
|
@ -44,7 +44,8 @@ class timing_t
|
|||
#define TIMER_START(sym) sym.start(__FILE__, __LINE__)
|
||||
#define TIMER_STOP(sym) sym.stop()
|
||||
#else
|
||||
#define TIMER_START(sym, cat)
|
||||
#define TIMER_DEF(sym, cat)
|
||||
#define TIMER_START(sym)
|
||||
#define TIMER_STOP(sym)
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue