Hi Ahmed,

The stats file obtained will not be able to give you such detailed
information, you will have to implement your own stats parameter to get
different types of misses.

On Sat, Jun 20, 2020 at 2:27 PM ahmed91khalil--- via gem5-users <
[email protected]> wrote:

> hi ,
> I am working on a simulation on cache coherence protocols (MESI
> 2-levels.MESI 3-level, MOESI,Hammer)by varying L2 cache sizes (1MB,2MB,4MB)
> using two different benchmark workloads (Swaptions,Radix) . the effect
> obtained using  Radix is the effect that I aspect to see(execution  time
> decrease by increasing the L2 size   ) , while the effect obtained from
> Swaptions its little bit strange : the execution time seems to be
> constant(decreasing by insignificant amount ) . so I want to investigate on
> these results by obtain the total Read/Write misses , and the percentage of
> the miss types(compulsory-conflict-capacity)  on these results .how i can
> obtain these results from stat.txt file (there are a lot of miss results )
> .
>
> P.S: can be a 1MB for cache L2 size a sufficient cache size for swaptions?
> so that the increase of cache size will not effect the performance .
>
> thanks,
> Ahmed
> _______________________________________________
> gem5-users mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
>
_______________________________________________
gem5-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to