X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbenchmark.cpp;h=6d69541fcb574755fd21126880edbebc2bf6a38b;hp=100a7cd38b9f1020948ec1f0b625574d5db2d280;hb=8fb45caadef67fb2ccc27857c15ade987d9f5e2f;hpb=d4af15f682c1967450233ab62cba1a6c5d601df6 diff --git a/src/benchmark.cpp b/src/benchmark.cpp index 100a7cd3..6d69541f 100644 --- a/src/benchmark.cpp +++ b/src/benchmark.cpp @@ -166,7 +166,7 @@ void benchmark(const Position& current, istream& is) { elapsed = now() - elapsed + 1; // Ensure positivity to avoid a 'divide by zero' - dbg_print(); // Just before to exit + dbg_print(); // Just before exiting cerr << "\n===========================" << "\nTotal time (ms) : " << elapsed