Hi,
I'm searching for a software or any other method to use for benchmarking 2 different cache algorithms. For the same memory size and same program flow I want to evaluate the hit ratio for 2 different algorithm of cache management. For cache management algorithm can be any of LRU, LRU-K, LFU, MRU, FIFO, Random, etc....
Any idea?