Returns the elapsed time for a hms_timer()
as a hms_timer()
.
Arguments
- x
A
hms_timer()
.
Value
A hms_timer()
of the elapsed time.
Details
The elapsed time is the value of the scalar plus the difference between the current system time and the system time when the timer was started.
If the original hms_timer()
was running then the new hms_timer()
is assigned an attribute named start of the current system time.
See also
Other start_stop:
tmr_is_started()
,
tmr_is_stopped()
,
tmr_print()
,
tmr_reset()
,
tmr_start()
,
tmr_stop()
,
tmr_timer()