Skip to content

csumphan/fablix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6e64387 · Mar 19, 2018
Mar 9, 2018
Mar 9, 2018
Mar 19, 2018
Mar 19, 2018
Mar 19, 2018
Jan 29, 2018
Jan 31, 2018
Mar 17, 2018
Mar 17, 2018
Mar 19, 2018
Mar 19, 2018
Mar 19, 2018
Mar 19, 2018
Mar 9, 2018
Mar 9, 2018
Mar 19, 2018
Mar 9, 2018
Mar 19, 2018
Feb 24, 2018
Mar 19, 2018
Jan 22, 2018
Mar 19, 2018
Mar 9, 2018
Mar 9, 2018
Jan 23, 2018
Mar 9, 2018
Mar 9, 2018
Mar 9, 2018
Feb 24, 2018
Jan 23, 2018
Feb 7, 2018
Mar 9, 2018
Jan 23, 2018

Repository files navigation

cs122b-winter18-team-82

Fablix

The script used to parse the time measurement logs is script.py. The script is used to parse the time measurement found in the log file. Each line in the log consist of two numbers split by a ";". The script will split the line into two parts using the ";" as the delimiter. The first number is the TS and the second number is TJ. The TS is then appended to the TS_list and the TJ is then appended to the TJ_list. After the entire files has been read through, the script will calculate the average value of both lists and prints the result to the console.

Project 5 Report is entitled "CS122B Project 5 Report.pdf" which is located in the outer directory of the repo.