To build this program:
- Run
make
from within this directory - Execute
g++ test.cc hw8.a
To execute this program:
- Run
./a.out true 1
Where true should determine if Fings are listed as they are scanned, and 1 is the number of iterations to complete.
To test execution time, first follow the building section above, then:
- Run
python3 collect_file_crawler_data.py