mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 05:07:46 +00:00
Streamline time computation
No functional change.
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ struct Log : public std::ofstream {
|
||||
|
||||
namespace Time {
|
||||
typedef int64_t point;
|
||||
point now();
|
||||
inline point now() { return system_time_to_msec(); }
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user