Skip to content

orlandofra/sw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sw

Simple command line stopwatch

build

build it with make

make

install

sudo make install

run

./sw -p 10000 -s 20 # set precision of 10000 microseconds and 20 entries for recording time

commands

While running you can use the following commands:

  • S or s to stop / start the stopwatch
  • R or r to reset the stopwatch
  • <space> to record time
  • Q or q to quit

Releases

No releases published

Packages

No packages published