property
elapsedTicks

int elapsedTicks
read-only

Returns the elapsed number of clock ticks since calling [start] while the [Stopwatch] is running.

Returns the elapsed number of clock ticks between calling [start] and calling [stop].

Returns 0 if the [Stopwatch] has never been started.

The elapsed number of clock ticks increases by [frequency] every second.