Use ::QueryPerformanceCounter() for wxStopWatch implementation in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Nov 2011 19:50:08 +0000 (19:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Nov 2011 19:50:08 +0000 (19:50 +0000)
commit54647bb75081e9c08936679d0531fff94dabf2d5
tree21105b0aaaeb06005913c0e859ce6f485097f660
parentc439998525aea2b4dd8761bf611c6093426d3963
Use ::QueryPerformanceCounter() for wxStopWatch implementation in wxMSW.

QueryPerformanceCounter() provides higher resolution and precision for
measuring time under MSW, even though it suffers from some problems in older
Windows versions.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/stopwatch.h
src/common/stopwatch.cpp