搜索资源列表
sizeofCache
- 功能是测试本地机子的L1 data和L2 data cache的大小
TestCache
- 使用C++语言编写程序测量实际机器的数据Cache大小与结构。 1.使用程序自动测量目标机的L1 Data Cache 与L2 Data Cache的大小(最低要求) 2.测量各级D-Cache的块大小,相连度(一般要求) 3.测量Cache write back/write through, 替换策略
C64xx_DSP_Cache
- 介绍C64xx DSP Cache的资料,帮助你理解L1,l2的区别-C64xx DSP Cache introductory information to help you understand the L1, l2 distinction
cache_L2_miss_Tool.tar
- 测量IA32体系cpu中 L2 miss次数的动态库 和 头文件及源代码,适合于研究系统性能研究人员-The dynamic lib is used to get the counter value of L2 miss in IA32 cpu.
test
- VS 2008上,测试通过,能过获取CPU的一级数据缓存,以及指令缓存,二级缓存,三级缓存-L1 Data Cache, L2 Cache, L3 Cache