From: Marco Costalba Date: Sat, 3 Mar 2012 08:35:56 +0000 (+0100) Subject: Rewrite time measurement code X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=161c6b025e763d6bcc8339a614be312f2b173437;hp=161c6b025e763d6bcc8339a614be312f2b173437;ds=sidebyside Rewrite time measurement code Introduce and use a new Time class designed after QTime, from Qt framework. Should be a more clear and self documented code. As an added benefit we now use 64 bits internally to get millisecs from system time. This avoids to wrap around to 0 every 2^32 milliseconds, which is 49.71 days. No functional change. Signed-off-by: Marco Costalba ---