Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 727 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 727 Bytes

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