文件名称:CacheSimulation:缓存模拟
文件大小:25KB
文件格式:ZIP
更新时间:2024-06-28 16:24:41
Java
缓存模拟 缓存模拟 Cache.java 接收访问的内存地址的 pintool 读数。 然后通过输入缓存容量、块大小和关联性,模拟缓存读/写和命中/未命中。 BlockSet 模拟集合,CacheBlock 是集合内的单个块。 InstructionMix.java 还接收 opcodemix.out 的 pintool 读数并计算计算/内存/逻辑/分支操作码的百分比并将它们打印出来。
【文件预览】:
CacheSimulation-master
----CacheSimulation()
--------CacheSimulation.iml(425B)
--------test.txt(16KB)
--------src()
--------.idea()
--------out()
----README.md(465B)