mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-06-27 23:50:20 -05:00
disable DEBUG_TIMINGS
This commit is contained in:
parent
d37414510b
commit
7ac864bf97
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user