X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/17d72a48ffd4d8ff42eed070ac48ee2de50ceabd..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/stopwatch.h?ds=inline diff --git a/interface/wx/stopwatch.h b/interface/wx/stopwatch.h index d67fa9ab9e..c08d15d28d 100644 --- a/interface/wx/stopwatch.h +++ b/interface/wx/stopwatch.h @@ -2,7 +2,6 @@ // Name: stopwatch.h // Purpose: interface of wxStopWatch // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -25,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,