memory-trace

There are 2 repositories under memory-trace topic.

  • GreenLightning/MemTracer

    Reconstructing Bounding Volume Hierarchies from Memory Traces of Ray Tracers

    Language:C++2401
  • EmreKumas/Cache_Simulator

    This C project is a cache simulation of a CPU containing L1D, L1I and L2 caches. It takes an image of memory and a memory trace as input, simulates the hit/miss behavior of a cache memory on this trace, and outputs the total number of hits, misses and evictions for each cache type along with the content of each cache at the end.

    Language:C1002