CacheProbe is a high-precision C++ performance micro-benchmark engineered to measure CPU cache and memory subsystem latencies.
By utilizing pointer-chasing patterns over cache-aligned linked structures, this tool isolates raw memory fetch latency by breaking CPU instruction-level parallelism (ILP), hardware prefetching, and out-of-order execution optimizations.