Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 410 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 410 Bytes

Building

To build this program:

  1. Run make from within this directory
  2. Execute g++ test.cc hw8.a

Usage

To execute this program:

  1. 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.

Testing

To test execution time, first follow the building section above, then:

  1. Run python3 collect_file_crawler_data.py