Skip to content

A simple utility for *unix systems to measure how much time any command takes to execute.

License

Notifications You must be signed in to change notification settings

hinqiwame/measure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Measure

Measure

A simple utility for *unix systems to measure how much time any command takes to execute.

[hinqiwame@icantstopbleeding src]$ bin/measure ls
bin  compiler  measure.cpp
Time taken to execute 'ls' is 0.00236308 second(s).

Install

Simply run the following command in terminal:

bash -c "$(curl -fsSL https://raw.githubusercontent.com/hinqiwame/measure/main/installer/install-measure.sh)"

If that doesn't work you can grab measure binary from releases page manually

Build

Read docs/build.md

About

A simple utility for *unix systems to measure how much time any command takes to execute.

Resources

License

Stars

Watchers

Forks