Added wxStopWatch::TimeInMicro() for better precision time measurement.
Also simplify/streamline wxStopWatch implementation and replace confusingly named m_pause with more clear m_elapsedBeforePause. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -459,6 +459,7 @@ All:
|
||||
- Fix crash in wxArray::insert() overload taking iterator range (wsu).
|
||||
- Added wxEventFilter class and wxEvtHandler::{Add,Remove}Filter().
|
||||
- Added convenient wxCmdLineParser::AddLong{Option,Switch}() wrappers.
|
||||
- Added wxStopWatch::TimeInMicro().
|
||||
|
||||
All (GUI):
|
||||
|
||||
|
Reference in New Issue
Block a user