With gem5 stats, how does cache miss ratio obtained?

overall_misses / (overall_misses+overall_hits)
or
demand_misses / (demand_misses+demand_hits)

On 1/12/12, Mahmood Naderan <mahmood...@gmail.com> wrote:
> Hi
> What is the difference between overall_hits and demand_hits in stats?
> According to descriptions:
>
> demand_hits : number of demand (read+write) hits
> overall_hits   : number of overall hits
>
> If they have different values, what does that mean?
>
> --
> // Naderan *Mahmood;
>


-- 
--
// Naderan *Mahmood;
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to