Time - Command Execution Timer
Measure how long a command takes to execute. Displays real time, CPU time, and system time for performance analysis and benchmarking.
Usage
time-tool <command> [args...]
Output
real: Wall clock time elapseduser: CPU time in user modesys: CPU time in kernel mode
Examples
time-tool sleep 2
time-tool curl https://example.com
time-tool python3 script.py