/cputime

Print CPU time (user, sys, total) of commands executed

Primary LanguageGoApache License 2.0Apache-2.0

cputime runs its arguments as a command, then prints CPU usage information to stderr. It is like the shell builtin time command, except with stable formatting that includes a total across user and system CPU time.