X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=f80d5ccb496d527fa93922a8e060c220239cc706;hp=8e6efb7a1bd9bdc50e041194f9a8c97b35fade5f;hb=5b853c9be6bdcc21ad3b1d4192178ceb97073258;hpb=5f8f83bc0510039529040e7e877fa66fcb28005e diff --git a/src/search.cpp b/src/search.cpp index 8e6efb7a..f80d5ccb 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -729,6 +729,12 @@ namespace { if (UseLogFile) { + if (dbg_show_mean) + dbg_print_mean(LogFile); + + if (dbg_show_hit_rate) + dbg_print_hit_rate(LogFile); + UndoInfo u; LogFile << "Nodes: " << nodes_searched() << std::endl << "Nodes/second: " << nps() << std::endl