ENTER_STAT
#define ENTER_STAT(x) do { enter_stats.x ++; } while (0)
#define ENTER_STAT(x) do { /* nothing */ } while (0)