Rev 96 | Rev 169 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 96 | Rev 154 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | 29 | ||
30 | #include "types.h" |
30 | #include "types.h" |
31 | 31 | ||
32 | const std::string engine_info(bool to_uci = false); |
32 | const std::string engine_info(bool to_uci = false); |
33 | void prefetch(void* addr); |
33 | void prefetch(void* addr); |
34 | void start_logger( |
34 | void start_logger(const std::string& fname); |
35 | 35 | ||
36 | void dbg_hit_on(bool b); |
36 | void dbg_hit_on(bool b); |
37 | void dbg_hit_on(bool c, bool b); |
37 | void dbg_hit_on(bool c, bool b); |
38 | void dbg_mean_of(int v); |
38 | void dbg_mean_of(int v); |
39 | void dbg_print(); |
39 | void dbg_print(); |