Live data from Hacker News

Feel the cache size: a definitive experiment

melikyan.blogspot.com

31–33 of 33 posts

Re: Feel the cache size: a definitive experiment

#32
post #5

if you want to know more on this topic "What Every Programmer Should Know About Memory" - http://people.redhat.com/drepper/cpumemory.pdf

A detailed (maybe too detailed) look at the interaction between Hierarchies of Memory and CPUS. Memory Systems: Cache, Memory, Disk [ http://www.amazon.com/Memory-Systems-Cache-DRAM-Disk/dp/0123... ]

Re: Feel the cache size: a definitive experiment

#33
post #12

Earlier quoted context omitted.

It's a shame that profiling/performance/cache utilization analysis tools aren't nearly as common/standardized as the rest of a developer's toolbox.

Valgrind/cachegrind are fairly common in the UNIX/C world. Our company uses it as part of the automated build/test run.

Sadly they only support: X86/Linux, AMD64/Linux, PPC32/Linux, PPC64/Linux

Which doesn't help me :-(

Post reply on HN