I am running Gem5, X86, SE mode in 4 cores with CPU running at 3GHz (set
using --cpu-clock in Options.py), L1, L2 are private and L3 is shared. I am
using classic cache.
```
system.l3.demand_avg_miss_latency::.cpu0.data 3861061.012024 # average
overall miss latency
```
I am a little confused ab
On Tue, Nov 12, 2019 at 7:26 AM Javed Osmany
wrote:
> Hello
>
>
>
> I wanted to experiment with enabling/disabling the existing stats in GEM5
> before I start delving into adding stats.
>
> I am assuming that all the stats implemented are enabled by default.
>
>
>
> What would be the simplest way
Hello
I wanted to experiment with enabling/disabling the existing stats in GEM5
before I start delving into adding stats.
I am assuming that all the stats implemented are enabled by default.
What would be the simplest way that I can disable some existing stats in GEM5
and check that the stat h
Hello
I wanted to experiment with enabling/disabling the existing stats in GEM5
before I start delving into adding stats.
What would be the simplest way that I can disable some existing stats in GEM5
and check that the stat has not been generated by checking the m5out/stats.txt
file after the
Thanks Fernando for your help !!
I got the total *total instruction executed* value as
system.cpu.iq.iqInstsIssued from stat file of gem5 output.
Thanks,
Bala
On Thu, Jun 16, 2016 at 6:25 PM, Fernando Endo
wrote:
> Hi,
>
> Probably you'll have to check by yourself if sim_insts gives the stat t
Hi,
Probably you'll have to check by yourself if sim_insts gives the stat that
you want (i.e., total committed instructions since gem5 started). It seems
that they've recently patched this stats.
Regards,
--
Fernando A. Endo, Post-doc
INRIA Rennes-Bretagne Atlantique
France
2016-06-09 16:10 G
Hi All,
Which stats value from Gem5 out put file gives *total instruction executed*
values after simulation. Does total instruction
committed(system.cpu.committedInsts) is same as total instruction executed?
Thanks,
Bala
___
gem5-users mailing list
gem5
Hi,
I'm trying to understand how I can get stats from gem5 simulation for
particular events only. Currently, I am running android on gem5 and
performing touch inputs on the applications. The stats I get has lot of
system level information. Is there a way to understand or capture data
related to to