Skip to contents

Create Timer

Functions to create, start, stop or reset timer

tmr_timer()
Create hms Timer
tmr_start()
Start hms Timer
tmr_stop()
Stop hms Timer
tmr_reset()
Reset hms Timer
hms_timer
hms Timer

Round Timer

Functions to round timer

tmr_round()
Round hms Timer
tmr_floor()
Floor hms Timer
tmr_ceiling()
Ceiling hms Timer

Evaluate Timer

Functions to evaluate, check and print timer

tmr_is_started()
Is hms Timer Started
tmr_is_stopped()
Is hms Timer Stopped
tmr_elapsed()
Elapsed Time hms Timer
tmr_print()
Print hms Timer
tmr_format()
Format hms Timer

Title

Functions to confirm, get and set title

tmr_is_titled()
Is hms Timer Title
tmr_title()
Get Title hms Timer
`tmr_title<-`()
Set Title hms Timer

Miscellaneous Functions

Miscellaneous functions

local_timer()
Local Timer
with_timer()
With Timer