Hi,

I suppose that the demand_miss_latency parameter is the sum total of all
the miss latencies including the overlapping misses. Also, If this is the
case, I should be looking at average miss latencies rather than overall
miss latencies.

Can someone please confirm this?

Thanks and regards,
Sethu

On Wed, Feb 19, 2020 at 10:14 PM Sethu Jose <sethuj...@gmail.com> wrote:

> Hi,
>
> In my stat.txt file, I see that the miss latency given in cycles is almost
> 15 times greater than the total execution cycles of my gem5 run.
>
> system.switch_cpus.numCycles              31316822936    # number of cpu
> cycles simulated
> system.l2.demand_miss_latency::switch_cpus.dtb.walker 476626107789 #
> number of demand (read+write) miss cycles
>
> These results are from simulating with TimingSimpleCPU. However, O3 CPU
> also gives similar results.
>
> Can someone please explain why the miss latencies are larger than the
> number of execution cycles?
>
> Thanks in advance,
>
> Regards
> Sethu
>
>


-- 
Thanks and Regards,
Sethu
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to