]> git.saurik.com Git - wxWidgets.git/commit - tests/events/stopwatch.cpp
Added wxStopWatch::TimeInMicro() for better precision time measurement.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Nov 2011 19:50:12 +0000 (19:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Nov 2011 19:50:12 +0000 (19:50 +0000)
commitb0ec002323e2a8b17fe2a9eb13db97d7ca8c1471
tree45b8d6fc8048b36cac6ec367122ff56e9054e88b
parent54647bb75081e9c08936679d0531fff94dabf2d5
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
docs/changes.txt
include/wx/stopwatch.h
interface/wx/stopwatch.h
src/common/stopwatch.cpp
tests/events/stopwatch.cpp