]> git.sesse.net Git - stockfish/blobdiff - src/timeman.h
Change tempo with time and threads
[stockfish] / src / timeman.h
index b1878d65f25fca5e77fade3c3765966296ac4e81..4ac0b4be8a4178aaad72acff0ee15b0144dc9461 100644 (file)
@@ -37,6 +37,7 @@ public:
                                      TimePoint(Threads.nodes_searched()) : now() - startTime; }
 
   int64_t availableNodes; // When in 'nodes as time' mode
+  int tempoNNUE;
 
 private:
   TimePoint startTime;