TimeTemplate

Undocumented in source.

Members

Aliases

TimestampInteger
alias TimestampInteger = long
Undocumented in source.

Structs

DurationTicks
struct DurationTicks

TODO: we may want a signed/unsigned duration.

LapTimerTicks
struct LapTimerTicks

Used to track "laps" of time, where each call to lap will return the time since the last call to lap.

StopWatchTicks
struct StopWatchTicks

A timer that can be started/stopped and tracks the total duration of time while running.

Ticks
struct Ticks

Contains code related to ticks.

TimestampTicks
struct TimestampTicks

A Timestamp is an integer value that can roll. Timestamps are compared by finding the shorter distance between 2 values.

Meta