X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f66f6a5b3583b02c34854556eb83e3a808524ce..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/stopwatch.h diff --git a/interface/wx/stopwatch.h b/interface/wx/stopwatch.h index 096bd36ca6..c08d15d28d 100644 --- a/interface/wx/stopwatch.h +++ b/interface/wx/stopwatch.h @@ -24,7 +24,7 @@ wxLogMessage("And calling it twice took $ldms in all", sw.Time()); @endcode - Since wxWidgets 2.9.3 this class uses @c ::QueryPerformanceCounter() + Since wxWidgets 2.9.3 this class uses @c QueryPerformanceCounter() function under MSW to measure the elapsed time. It provides higher precision than the usual timer functions but can suffer from bugs in its implementation in some Windows XP versions. If you encounter such problems,