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

/gem5/src/base/
H A Dsat_counter.hh229 double calcSaturation() const { return (double) counter / maxVal; } function in class:SatCounter
H A Dsat_counter.test.cc94 ASSERT_DOUBLE_EQ(counter.calcSaturation(), saturation);
/gem5/src/mem/cache/prefetch/
H A Dsignature_path.cc206 return entry.counter.calcSaturation();
213 double lookahead_confidence = lookahead.counter.calcSaturation();
H A Dindirect_memory.cc148 pt_entry->indirectCounter.calcSaturation();

Completed in 9 milliseconds