grunt-timer
Times the duration of each of your grunt tasks automatically and outputs the execution time in milliseconds to the console after each task (or optionally, at the end). It also logs the total time for all logged tasks.
one-time
Run the supplied function exactly one time (once)
environment
Check which JavaScript environment your code is running in at runtime: browser, Node.js, Bun, etc
throttleit
Throttle a function to limit its execution rate
call-duration-measurer
call-duration-measurer is a utility for measuring the time it takes for function calls to complete.