Skip to content
/ track Public

CLI utility to find resources usage information and running time about a program ou command

License

Notifications You must be signed in to change notification settings

heitorfm/track

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Track

  1. CLI utility to find resources usage information and running time of a program or command

1. Only for linux for now.

2. Depends on fmt. So: sudo apt install libfmt-dev

install

  1. mkdir build
  2. cd build
  3. cmake -G "Unix Makefiles" ..
  4. make

Ready! now you have a track executable on the root folder of the project. Put it on your path. Use it and be happy !

track --help

track ls -la

Screenshot from 2024-01-23 16-41-27.png

About

CLI utility to find resources usage information and running time about a program ou command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published