Skip to content
/ timez Public

timez is your go-to companion for measuring resource usage and run-time of command. It is a simple, minimal and performant utility developed in C++.

License

Notifications You must be signed in to change notification settings

mithcs/timez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description:

timez is a simple utility that measures the execution time and resource usage of commands. It is designed to be a very lightweight and minimal solution for measuring the performance and resource usage of commands.

Features:

  • Measure execution time and resource usage of commands.
  • Set the duration of the command execution.
  • Ability to save results to a file.
  • Verbose mode for detailed output.
  • Easy-to-read output
  • Lightweight

Options:

Option Description
-h, --help Display help message.
-v, --verbose Display more verbose output.
-d, --duration Set the duration of the command execution in seconds.
-o, --out Modify the default stream and save the results to a file.

Examples

$ ./timez sleep 5
$ ./timez sleep 5 -d 2.5
$ ./timez sleep 5 -v

Get Started

Pre-compiled binaries:

Download the latest release from the releases page.

You can either choose the statically linked binary or the dynamically linked binary.

Compiling from source:

git clone https://github.com/miteshhc/timez.git
cd timez
make

Arch User Repository

Using AUR helper (for example - yay):

yay -S timez

Available here.

License:

This project is licensed under the MIT License. See the LICENSE file for details.

Contributions:

Contributions are welcome! If you have any suggestions, bug reports, or want to contribute enhancements, feel free to open an issue or submit a pull request. Let's make timez even better together!

About

timez is your go-to companion for measuring resource usage and run-time of command. It is a simple, minimal and performant utility developed in C++.

Resources

License

Stars

Watchers

Forks

Packages

No packages published