Searched refs:hitRatio (Results 1 - 2 of 2) sorted by relevance

/gem5/src/learning_gem5/part2/
H A Dsimple_cache.hh300 Stats::Formula hitRatio; member in class:SimpleCache
H A Dsimple_cache.cc445 hitRatio.name(name() + ".hitRatio")
449 hitRatio = hits / (hits + misses);

Completed in 7 milliseconds