Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 509 Bytes

README.md

File metadata and controls

29 lines (14 loc) · 509 Bytes

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