mtfuller / os-team-project

This is the main repository for the OS Team Project for CS 3502.
0 stars 0 forks source link

memory and some analysis so far #41

Closed willweggers closed 7 years ago

willweggers commented 7 years ago

Added page class and updated ram/disk to store pages. Updated Analysis class to have arrayists for memory utilization, number of page faults, and two time stamps for when a page faults and when it is serviced.

mtfuller commented 7 years ago

Looks good. Nice job!