Kumail, If you want getting MPKI for the whole execution (i.e., beginning from the time you reset stats until you dump stats), you can simply use the number of misses and committed instructions to calculate. But if you want MPKI for each 1000-instruction phase, then you need to modify the code (and that depends on how you would like to dump that data).
Thanks, Amin On Wed, Nov 26, 2014 at 5:38 AM, Kumail Ahmed via gem5-users < [email protected]> wrote: > Hello, > > Is there a way to read the number of cache hits/misses after every 1000 > instructions in GEM5? > > Best regards, > Kumail Ahmed > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
