Fixed compile problem on timing functions with Richard
parent
91f9f849ed
commit
3ddb6e6f5c
|
|
@ -139,9 +139,9 @@ inline void tictoc_reset_() {
|
|||
#define gttoc(label) ((void)0)
|
||||
#define longtic(label) ((void)0)
|
||||
#define longtoc(label) ((void)0)
|
||||
#define tictoc_finishedIteration ((void)0)
|
||||
#define tictoc_print ((void)0)
|
||||
#define tictoc_reset ((void)0)
|
||||
#define tictoc_finishedIteration() ((void)0)
|
||||
#define tictoc_print() ((void)0)
|
||||
#define tictoc_reset() ((void)0)
|
||||
#endif
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue