one-time
Run the supplied function exactly one time (once)
code-execution-timer
Javascript utility for tracking and logging execution times for code sections. It allows for multiple log entries and provides options to display or return them for further analysis.
time-exec
Checks the execution time of functions.
task-duration-logger
A lightweight utility to log process durations, track average times, and estimate remaining time for tasks. Ideal for monitoring the performance of batch operations or long-running processes.