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

/gem5/src/mem/cache/prefetch/
H A Daccess_map_pattern_matching.cc55 numRawCacheHits(0), degree(startDegree), usefulDegree(startDegree),
76 double cache_hit_ratio = ((double) numRawCacheHits) /
77 ((double) (numRawCacheHits + numRawCacheMisses));
99 numRawCacheHits = 0.0;
144 numRawCacheHits += 1;
H A Daccess_map_pattern_matching.hh125 uint64_t numRawCacheHits; member in class:AccessMapPatternMatching

Completed in 6 milliseconds