caching - Where get data to compare cache algorithms -


i wan`t compare cache algorithms lru, slru, lfu etc on real data.

that`s why need method generate real-like data compare cache algorithms or data application.

i think cachegrind, 1 of tools in valgrind suite, might you're looking for. haven't used myself, glance @ page, produces output file cachegrind.out.<pid> human-readable information cache accesses. not sure if detailed need (maybe it's summary), worth look.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - How can I echo out this array? -

javascript - IE11 incompatibility with jQuery's 'readonly'? -