supertime
is the easiest way to measure all your command timings.
Designed for *nix systems, supertime
uses the GNU time command to accurately
measure execution times for any executable command and saves the measurements
in one place.
Usage: supertime.sh "command to execute"
Supertime automatically detects if you're in a git repository and marks a recorded timing with the respecting version.
Simply clone this repository to your favorite place to store shell scripts.
The only thing supertime
depends on is the GNU time
package. You can install
it though your distributions package manager.
- Clone repo and create a new branch:
$ git checkout https://github.com/paginabianca/supertime -b new_branch_name
. - Make changes and perform some tests.
- Submit a Pull Request with a description of your changes.
This tool is made for my own needs and I do not provide ANY warranty whatsoever.