timer.stopwatch

Module containing timer functionality.

Members

Functions

elapsedMsecs
long elapsedMsecs(StopWatch watch)
Undocumented in source. Be warned that the author may not have intended to support it.
elapsedSeconds
long elapsedSeconds(StopWatch watch)
Undocumented in source. Be warned that the author may not have intended to support it.
toHMS
string toHMS(Duration d)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

StopWatchTimer
struct StopWatchTimer

StopWatch measures time.

Meta