Hi,

I would encourage you to dig into the code a little to relate the stats in
stats.txt to what they are actually counting. It's possible that the exact
statistics you're looking for aren't currently implemented. In this case,
you can add a new statistic to gem5 to count the events that are important
to you. Check out the code in regStats for examples.

Cheers,
Jason

On Sun, Mar 12, 2017 at 9:33 AM raziye deylamsalehi <
[email protected]> wrote:

> Hi
>
> Can anybody help me?
>
> Thanks
>
> On Sat, Mar 11, 2017 at 3:35 PM, raziye deylamsalehi <
> [email protected]> wrote:
>
> Hello
>
> I use gem5 with Moesi_cmp_directory protocol + ruby + garnet2. I simulate an 
> 8*8 NoC with private L1 and shared L2.
>
> How I can extract L1Dcache`s read and write accesses from stats.txt file?
>
> I want read and write accesses to each L1Dcache of network.
>
>
>
> Thanks
>
>
> On Tue, Mar 7, 2017 at 2:44 PM, raziye deylamsalehi <
> [email protected]> wrote:
>
> Hello
>
> I use gem5 ruby garnet2 and cpu type is detailed. the stats file includes
> following line:
>
> system.ruby.network.routers00.buffer_reads
> system.ruby.network.routers00.buffer_writes
>
> what does buffer_reads mean?
>
> how I can get number of total accesses within the whole network not for
> each router from stats file?
>
> Thanks
>
>
>
> _______________________________________________
> 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

Reply via email to