disable DEBUG_TIMINGS

This commit is contained in:
Xuan Son Nguyen 2026-06-21 13:38:09 +02:00
parent d37414510b
commit 7ac864bf97

View File

@ -2635,7 +2635,7 @@ private:
int64_t n_decode = 0; int64_t n_decode = 0;
int64_t n_post_decode = 0; int64_t n_post_decode = 0;
int64_t n_sampl = 0; int64_t n_sampl = 0;
#define DEBUG_TIMINGS // #define DEBUG_TIMINGS
#ifdef DEBUG_TIMINGS #ifdef DEBUG_TIMINGS
struct scoped_timer { struct scoped_timer {
int64_t & t; int64_t & t;