X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=5912514c23dbadaf63133281c130497fe3a63a72;hp=4d91c0fbb11ef8e4e2ba20a434b086400761e4e3;hb=c2d42ea8339b49e52a116e488214a14fda09d413;hpb=b5f6c2241b3ad688fb85ea8203a9254aff842f07 diff --git a/src/misc.cpp b/src/misc.cpp index 4d91c0fb..5912514c 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -134,9 +134,9 @@ void dbg_before() { dbg_hit_on(false); } void dbg_after() { dbg_hit_on(true); dbg_hit_cnt0--; } -/// get_system_time() returns the current system time, measured in milliseconds +/// system_time() returns the current system time, measured in milliseconds -int get_system_time() { +int system_time() { #if defined(_MSC_VER) struct _timeb t;