Skip to content

caseyjkey/file-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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