Interval
Tracking
Trackers.interval tracks time intervals, that is, the length of time between events.
This is useful when you’re interested in the period or frequency of events rather than event data itself.
Once initialised, call mark
on the returned object to capture the elapsed time.
For example, to figure how quickly the pointer is being clicked:
The ‘typer’ demo (source) uses Trackers.interval
.