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

/gem5/src/cpu/pred/
H A Dbpred_unit.hh304 Stats::Formula BTBHitPct; member in class:BPredUnit
H A Dbpred_unit.cc108 BTBHitPct
109 .name(name() + ".BTBHitPct")
112 BTBHitPct = (BTBHits / BTBLookups) * 100;

Completed in 7 milliseconds