]> git.sesse.net Git - stockfish/blobdiff - src/benchmark.cpp
Rename current_time() to now()
[stockfish] / src / benchmark.cpp
index 9dc103ed1992681b0fdef8252d3cc36cd73cb140..5fcaa88738f21305dc66e4934f877c5b3a76288e 100644 (file)
@@ -111,7 +111,7 @@ void benchmark(const Position& current, istream& is) {
 
   int64_t nodes = 0;
   Search::StateStackPtr st;
-  Time time = Time::current_time();
+  Time time = Time::now();
 
   for (size_t i = 0; i < fens.size(); i++)
   {