]> gitweb.factorcode.org Git - factor.git/commit
workaround for QueryPerformanceCounter: if the high part of the count doesn't increme...
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 14 Dec 2009 02:42:51 +0000 (20:42 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 14 Dec 2009 02:42:51 +0000 (20:42 -0600)
commit0eccec21339e87008e6a94d5f1ddc67070d639dc
tree95e794fa58f4c44f2e4e697dfae1273c3c065347
parentae9bca2b1edc3de107b57f1b1a842e942f569d50
workaround for QueryPerformanceCounter: if the high part of the count doesn't increment when the low part overflows, keep track of this and add the correction on future calls to nano_count
vm/os-windows-nt.cpp