Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 357 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 357 Bytes

cache-simulation

A repository containing a program that simulates different caching algorithms.

A make file is included. Enter make while in this repository to compile the program and make clean to remove the created files.

After compilation, enter ./Simulation trace.txt [number of frames] [period] to run a simulation. A trace file is included.