]> git.sesse.net Git - stockfish/commitdiff
Introduce elapsed_time()
authorMarco Costalba <mcostalba@gmail.com>
Thu, 2 Apr 2015 06:52:22 +0000 (08:52 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Fri, 3 Apr 2015 02:19:26 +0000 (04:19 +0200)
And reformat a bit time manager code.

Note that now we set starting search time in think() and
no more in ThreadPool::start_thinking(), the added delay
is less than 1 msec, so below timer resolution (5msec) and
should not affect time lossses ratio.

No functional change.


No differences found