The StopWatch class allow you to measure time intervals. For example, you may
use it to measure the time elapsed by some function:
::StartTimer, ::GetElapsedTime, Timer
Pauses the stop watch. Call StopWatch#resume to resume
time measuring again.
If this method is called several times, Resume()
must be called the same
number of times to really resume the stop watch. You may, however, call
Start to resume it unconditionally.
Resumes the stop watch which had been paused with
StopWatch#pause.
(Re)starts the stop watch with a given initial value.
Returns the time in milliseconds since the start (or restart) or the last call of
StopWatch#pause.
[This page automatically generated from the Textile source at 2023-06-09 00:45:32 +0000]