add benchmark to app. TODO: test benchmark.
This commit is contained in:
parent
95b6058cdd
commit
52cfcba2a3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue