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

/gem5/src/mem/cache/prefetch/
H A Daccess_map_pattern_matching.cc76 double cache_hit_ratio = ((double) numRawCacheHits) / local
85 cache_hit_ratio < lowCacheHitThreshold)) {
89 cache_hit_ratio > highCacheHitThreshold)) ||
91 cache_hit_ratio > highCacheHitThreshold)) {

Completed in 5 milliseconds