Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A lightweight, low-level C++ micro-benchmarking tool designed to accurately measure L1 data cache latency using hardware-aligned pointer chasing to prevent CPU prefetching and speculative execution.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages