add benchmark to app. TODO: test benchmark.

This commit is contained in:
TXuian 2022-12-07 19:34:03 +08:00
parent 95b6058cdd
commit 52cfcba2a3
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@
#define ARRAY_SIZE(ar) (int) (sizeof(ar) / sizeof((ar)[0])) #define ARRAY_SIZE(ar) (int) (sizeof(ar) / sizeof((ar)[0]))
#define FAIL_IF(condition, error_code) if (condition) return (error_code) #define FAIL_IF(condition, error_code) if (condition) return (error_code)
#define SLRE_DEBUG
#ifdef SLRE_DEBUG #ifdef SLRE_DEBUG
#define DBG(x) printf x; #define DBG(x) printf x;
#else #else