Implement playing by node count
authorH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 12 Apr 2018 12:56:54 +0000 (14:56 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 12 Apr 2018 12:56:54 +0000 (14:56 +0200)
commitb0e46015bac4d0bf05e2f89336d0c6c836ef0322
tree66716cae3ac33e193926f978afb62ab22784eef7
parent3ef60e9b404d0ed2dd49a2b948671c89efaef904
Implement playing by node count

The CECP 'nps' command is supported, to allow conversion of the clock times
to a node budget. A new routine for reaing the CPU time that has been used
had to be added for this. ReadClock() got a second parameter for indicating
whether the time is requested for printing (CPU time) or for timing (nodes).
dropper.c